Han Fei
|
f21c7505a2
|
Merge pull request #64181 from ClickHouse/fix-test-deduplication_token
Fix: 02124_insert_deduplication_token_multiple_blocks_replica
|
2024-05-24 07:32:45 +00:00 |
|
Blargian
|
8783647703
|
Revert addressToLine to original formatting
|
2024-05-24 07:03:15 +02:00 |
|
Blargian
|
b19c5ad13a
|
Revert roundAge to original formatting
|
2024-05-24 07:01:15 +02:00 |
|
Blargian
|
3071909aca
|
Revert roundAge to original formatting
|
2024-05-24 07:00:47 +02:00 |
|
Blargian
|
67ff6883fd
|
Restore original formatting for logical functions and, or, not, xor
|
2024-05-24 06:51:38 +02:00 |
|
Michael Kolupaev
|
ee3e7f2fd0
|
Merge pull request #60361 from copperybean/gcmaster-parquet
A native parquet reader for primitive types
|
2024-05-24 04:50:12 +00:00 |
|
Blargian
|
e87c168bd8
|
Turn multi-line returns into a single line
|
2024-05-24 06:42:13 +02:00 |
|
Blargian
|
029e2ea226
|
Standardize references to data type docs
|
2024-05-24 05:54:16 +02:00 |
|
jsc0218
|
27627f603f
|
fix
|
2024-05-24 03:04:36 +00:00 |
|
Max K
|
08d895e297
|
Merge pull request #64299 from ClickHouse/ci_cancel_sync_wf_on_new_push
CI: Cancel sync wf on new push
|
2024-05-24 03:02:11 +00:00 |
|
jsc0218
|
19cf12e205
|
Merge remote-tracking branch 'origin/master' into BetterLWDProjException
|
2024-05-24 02:33:10 +00:00 |
|
Alexey Milovidov
|
dddcfaab65
|
Merge pull request #64245 from den-crane/test/issue_45804
test for #45804
|
2024-05-24 04:32:53 +02:00 |
|
Alexey Milovidov
|
6c06772e5c
|
Merge pull request #64285 from ClickHouse/vdimir/squashing_transform_followup
Followup for #63691
|
2024-05-24 04:32:08 +02:00 |
|
Alexey Milovidov
|
2040a4d209
|
Merge pull request #64243 from Michicosun/fix_hdfs_unset_skip_unavailable_shards
Fix test_hdfsCluster_unset_skip_unavailable_shards
|
2024-05-24 01:14:15 +00:00 |
|
Alexey Milovidov
|
476bdb7174
|
Merge pull request #64325 from natalyjazzviolin/nataly/file-engine-cloud
Adds note: File engine unavailable in ClickHouse Cloud.
|
2024-05-24 01:13:23 +00:00 |
|
TTPO100AJIEX
|
251010f109
|
Move protocol-server and inter-server management into separate classes
Co-authored-by: Alex Koledaev <ax3l3rator@gmail.com>
|
2024-05-24 02:14:26 +03:00 |
|
Nataly Merezhuk
|
5710b5852f
|
Adds note - file engine unavailable in ClickHouse Cloud.
|
2024-05-23 17:45:58 -04:00 |
|
Robert Schulze
|
6e6e2944b5
|
Fix glitch in #62696
|
2024-05-23 21:29:41 +00:00 |
|
Robert Schulze
|
dac31fb92a
|
Include settings into query cache key
|
2024-05-23 21:29:41 +00:00 |
|
Robert Schulze
|
0bfa56b468
|
Merge pull request #64199 from rschu1ze/fix-64136
Query Cache: Consider identical queries against different databases as different
|
2024-05-23 20:52:32 +00:00 |
|
Max K
|
bd15e1311a
|
CI: fix
|
2024-05-23 22:35:21 +02:00 |
|
Robert Schulze
|
578dc58521
|
Merge pull request #62696 from rschu1ze/revert-revert-62392
Revert "Revert "Speed up `splitByRegexp`""
|
2024-05-23 20:21:21 +00:00 |
|
pufit
|
8ce3f38eeb
|
Merge pull request #64079 from ClickHouse/pufit/63777-fix-sql-security-with-analyzer
Fix SQL security access checks with analyzer
|
2024-05-23 20:00:16 +00:00 |
|
kssenii
|
40753ddefb
|
Update hdfs test
|
2024-05-23 21:10:40 +02:00 |
|
Robert Schulze
|
ae8ceaa35e
|
Cosmetics, pt. IX and cached machineId computation
|
2024-05-23 18:38:30 +00:00 |
|
Robert Schulze
|
12f60a4969
|
Cosmetics, pt. VIII
|
2024-05-23 18:00:53 +00:00 |
|
Alexander Tokmakov
|
ccea272ca4
|
Merge branch 'master' into tavplubix-patch-10
|
2024-05-23 19:31:17 +02:00 |
|
Robert Schulze
|
5d82a94615
|
Revert generateSerialID
|
2024-05-23 17:22:59 +00:00 |
|
Robert Schulze
|
dab090e629
|
Cosmetics, pt. VII (includes a move of all snowflake-related functions in one document)
|
2024-05-23 17:14:06 +00:00 |
|
Nikolai Kochetov
|
741e0aedab
|
Remove commented code.
|
2024-05-23 16:53:11 +00:00 |
|
Max K
|
8d697123da
|
CI: Cancel sync wf on new push
|
2024-05-23 18:44:12 +02:00 |
|
Alexander Gololobov
|
2315991504
|
Build fix
|
2024-05-23 18:41:22 +02:00 |
|
Alexander Gololobov
|
ddc24822e0
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into refactor_data_part_writer
|
2024-05-23 18:19:37 +02:00 |
|
Eduard Karacharov
|
c7aa283b7a
|
Update src/Interpreters/TreeCNFConverter.h
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2024-05-23 19:04:09 +03:00 |
|
Eduard Karacharov
|
91c1456141
|
CNF with mutually exclusive atoms reduction fix
|
2024-05-23 19:03:56 +03:00 |
|
Robert Schulze
|
4611a44c1f
|
Cosmetics, pt. VI
|
2024-05-23 15:53:14 +00:00 |
|
Shaun Struwig
|
3b2ff65994
|
Merge branch 'master' into docs_return_type_consistency
|
2024-05-23 17:29:26 +02:00 |
|
Robert Schulze
|
e6f135089f
|
Cosmetics, pt. V
|
2024-05-23 15:25:38 +00:00 |
|
Robert Schulze
|
c1950236ce
|
Cosmetics, pt. IV
|
2024-05-23 15:24:18 +00:00 |
|
Shaun Struwig
|
bab94ac56a
|
Correct "note:::" to ":::note"
|
2024-05-23 17:24:07 +02:00 |
|
Shaun Struwig
|
732b6d1ecc
|
Add hyphens to return values
|
2024-05-23 17:22:02 +02:00 |
|
Shaun Struwig
|
a01b6e8e82
|
Numbers in return type should be in ``
|
2024-05-23 17:19:03 +02:00 |
|
Shaun Struwig
|
9cfd2322d7
|
Small edits to bit-functions.md
|
2024-05-23 17:14:56 +02:00 |
|
Robert Schulze
|
e513fc1985
|
Merge pull request #64019 from Blargian/document_revision
[Docs] add function `revision` + format changes to `other-functions`
|
2024-05-23 15:09:39 +00:00 |
|
Shaun Struwig
|
9481f2f325
|
Update array-functions.md
Add missing ::: for note
|
2024-05-23 17:07:55 +02:00 |
|
kssenii
|
a4903e6b55
|
Add supportsDynamicSubcolumns()
|
2024-05-23 16:55:48 +02:00 |
|
Dmitry Novik
|
60e94af1ec
|
Return one line change
|
2024-05-23 16:55:02 +02:00 |
|
kssenii
|
3004f0b63d
|
Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1
|
2024-05-23 16:51:46 +02:00 |
|
Blargian
|
45e4e30cfd
|
Update retuurn type of logical functions
|
2024-05-23 16:51:17 +02:00 |
|
Blargian
|
9911f13c77
|
Update function return type for consistency
|
2024-05-23 16:39:53 +02:00 |
|