Anton Popov
0c25ea2230
Merge pull request #61551 from CurtizJ/better-marks-loading
...
More optimal loading of marks
2024-04-01 18:31:01 +02:00
Arthur Passos
2a5e9ea713
fix black
2024-04-01 13:07:52 -03:00
Han Fei
99a5e1ed2d
improve
2024-04-01 17:59:38 +02:00
Han Fei
51db06992d
refine
2024-04-01 17:54:48 +02:00
Raúl Marín
dcec326f34
Merge pull request #62136 from Algunenano/fix_upgradfe
...
Fix upgrade check
2024-04-01 17:12:05 +02:00
Han Fei
fe8d4b5dfc
refine
2024-04-01 17:06:54 +02:00
Arthur Passos
5e9436611a
fix incorrect ci err message
2024-04-01 10:21:23 -03:00
vdimir
e5f218c4cc
Merge branch 'master' into vdimir/storage_join_load_order
2024-04-01 14:15:01 +02:00
Raúl Marín
a7f48cf936
Fix upgrade check
2024-04-01 14:12:36 +02:00
Raúl Marín
b2e764f633
Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value"
...
This reverts commit 20a45b4073
, reversing
changes made to a642f4d3ec
.
2024-04-01 13:51:56 +02:00
Alexander Gololobov
c297e72a4d
Merge pull request #61784 from ClickHouse/stream_system_replicas
...
Stream rows when reading from system.replicas
2024-04-01 09:47:55 +02:00
jsc0218
6253454f17
Merge pull request #62082 from jsc0218/RemoveDeadCodeInMergeTreeSelectProcessor
...
Remove Dead Code
2024-03-31 21:19:51 -04:00
robot-clickhouse
267ebba3c0
Automatic style fix
2024-03-31 23:43:28 +00:00
Sema Checherinda
4c08c7c1da
Merge 9a9f0161bb
into 5e7a90f85f
2024-03-31 23:33:53 +00:00
Sema Checherinda
9a9f0161bb
add test
2024-04-01 01:33:40 +02:00
Alexey Milovidov
5e7a90f85f
Merge pull request #62065 from azat/ci/fix-stress-tests-analyzer
...
Fix stress tests for analyzer due to experimental WINDOW VIEW (by disabling it)
2024-04-01 00:16:02 +03:00
Alexey Milovidov
f31f338ad0
Merge pull request #62115 from canhld94/fix_external_table_bool
...
Fix external table cannot parse data type Bool
2024-03-31 23:36:22 +03:00
Alexander Gololobov
0997b18abe
Merge pull request #62064 from ClickHouse/y2k_system_replicas
...
Support more that 255 replicas in system table
2024-03-31 15:58:44 +02:00
Alexander Gololobov
47e865334f
Fix test with DatabaseReplicated
2024-03-31 13:19:22 +02:00
Duc Canh Le
e8953a379b
fix external table with Bool
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-03-31 07:54:58 +00:00
Shaun Struwig
b5425c0350
Add ngram variants to aspell-dict.txt
...
added the following variants to aspell-dict.txt :
ngramDistanceCaseInsensitive
ngramDistanceCaseInsensitiveUTF
ngramDistanceUTF
ngramSearchCaseInsensitive
ngramSearchCaseInsensitiveUTF
ngramSearchUTF
2024-03-30 20:07:46 +01:00
Shaun Struwig
8f94261e0e
Fix spelling mistake
...
insensitve -> insensitive
2024-03-30 20:04:51 +01:00
Shaun Struwig
c65261b737
Update aspell-dict.txt
...
add `hasThreadFuzzer` to aspell-dict.txt
2024-03-30 20:02:54 +01:00
Ilya Golshtein
6b9b597051
Crash in Engine Merge if Row Policy does not have expression ( #61971 )
2024-03-30 14:34:01 -04:00
Blargian
380788ea30
Update ngramSearch functions
2024-03-30 17:22:31 +01:00
Blargian
2f50c76f3d
Update ngramDistance functions
2024-03-30 16:30:55 +01:00
Blargian
33136b9a1a
Minor detail fixes
2024-03-30 15:16:01 +01:00
Blargian
49c33039b9
Updates to hasSubsequence functions
2024-03-30 14:13:30 +01:00
Alexey Milovidov
975f0187d4
Merge pull request #62090 from ClickHouse/revert-output-pretty-tty
...
Revert output Pretty in tty
2024-03-30 06:45:42 +03:00
Alexey Milovidov
9182789ed8
Update test
2024-03-30 02:36:03 +01:00
Nikolay Degterinsky
ee42ea97f2
Merge pull request #62040 from azat/rmt/create-from-replica
...
Fix CREATE TABLE w/o columns definition for ReplicatedMergeTree
2024-03-30 02:27:46 +01:00
Nikolai Kochetov
697e72c13d
Merge pull request #61933 from ClickHouse/gb-use-null-analyzer-crashes
...
Fix some crashes with analyzer and group_by_use_nulls.
2024-03-29 19:29:55 +01:00
Nikolai Kochetov
c59961e980
Merge pull request #62046 from ClickHouse/fix-optimize_arithmetic_operations_in_aggregate_functions-function-type
...
Fix optimize_arithmetic_operations_in_aggregate_functions
2024-03-29 19:28:23 +01:00
Nikolai Kochetov
dc45666b4f
Merge pull request #62059 from ClickHouse/fix-type-after-IfChainToMultiIfPass
...
Ignore IfChainToMultiIfPass if returned type changed.
2024-03-29 19:26:55 +01:00
Nikolai Kochetov
45cac7e5c2
Merge pull request #62066 from ClickHouse/fix-convert-in-to-equals-type
...
Fix type for ConvertInToEqualPass
2024-03-29 19:26:28 +01:00
Nikolai Kochetov
686534a460
Merge pull request #61992 from kitaisreal/aggregator-parallel-merge-cancellation
...
Aggregator parallel merge cancellation
2024-03-29 19:25:38 +01:00
robot-ch-test-poll4
ca174b7ef2
Merge pull request #62094 from filimonov/patch-9
...
Update storing-data.md
2024-03-29 19:11:39 +01:00
filimonov
c946a3a89c
Update storing-data.md
2024-03-29 17:59:47 +01:00
Blargian
3c07d41152
Add minimal documentation for hasThreadFuzzer
2024-03-29 17:24:54 +01:00
Alexey Milovidov
9da4ce29db
Revert output Pretty in tty
2024-03-29 16:16:15 +01:00
jsc0218
ba62b01f4d
remove dead code
2024-03-29 02:23:53 +00:00
zhongyuankai
79b486b8bf
batter
2024-03-29 09:53:50 +08:00
Nikolay Degterinsky
d47a784900
Merge pull request #62016 from ClickHouse/evillique-patch-1
...
Fix clickhouse-test
2024-03-29 01:00:59 +01:00
Nikolay Degterinsky
85bba8c59d
Merge pull request #62019 from ClickHouse/evillique-patch-2
...
Fix logs saving in DatabaseReplicated tests
2024-03-29 01:00:19 +01:00
Alexander Gololobov
1fde8942d6
Read system.replicas with different max_block_size
2024-03-28 21:00:55 +01:00
Han Fei
419ac380f1
Merge pull request #61953 from hanfei1991/hanfei/fix-quorum-retry
...
fix logical-error when undoing quorum insert transaction
2024-03-28 20:49:32 +01:00
Alexander Gololobov
d967a9280c
Update test
2024-03-28 19:41:30 +01:00
Sema Checherinda
1ea058a702
ReadWriteBufferFromHTTP set right header host when redireced
2024-03-28 19:33:23 +01:00
Nikolai Kochetov
fd01a12276
Fixing another case with grouping set
2024-03-28 18:26:15 +00:00
Nikolai Kochetov
8758d7f3a8
Fixing test.
2024-03-28 18:19:40 +00:00