Nikolai Kochetov
ba6d6e9258
Add a comment after #61458
2024-03-19 11:40:03 +00:00
Nikolai Kochetov
c17b795497
Merge pull request #61458 from Algunenano/actions_dag_broken_prewhere
...
fix issue of actions dag split
2024-03-19 12:17:51 +01:00
János Benjamin Antal
922df7d60e
Merge pull request #61003 from amosbird/less-header-1
...
Replace some header includes with forward declarations
2024-03-19 12:14:06 +01:00
Raúl Marín
1c4ff83356
Merge remote-tracking branch 'blessed/master' into disable_adaptative
2024-03-19 12:10:15 +01:00
Raúl Marín
a6506e8e58
Missed sending the process to background
2024-03-19 12:05:13 +01:00
János Benjamin Antal
7adf585460
Merge pull request #61236 from ClickHouse/fix-flaky-test-merge-tree-load-parts-corrupted
...
Fix `test_merge_tree_load_parts/test.py::test_merge_tree_load_parts_corrupted`
2024-03-19 12:02:19 +01:00
Antonio Andelic
118e30882a
Fix test with token
2024-03-19 12:01:19 +01:00
János Benjamin Antal
a1eb8e4bae
Merge pull request #61235 from ClickHouse/improve-test-failed-mutations
...
Improve `test_failed_mutations`
2024-03-19 11:58:39 +01:00
Azat Khuzhin
929dc6fa12
Attach to query for threads in Distributed engine background ops
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-19 06:58:38 -04:00
Azat Khuzhin
eb75926e50
Parallel flush of pending INSERT blocks of Distributed engine
...
Parallelism will work only if you have multi disk policy for table (like
everything in Distributed engine right now).
This will work for DETACH/server shutdown and SYSTEM FLUSH DISTRIBUTED
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-19 06:58:38 -04:00
Raúl Marín
8f318bed0d
Merge pull request #61363 from azat/ci/fix-upgrade-bugfix
...
Fix bugfix check (due to "unknown object storage type: azure")
2024-03-19 11:58:00 +01:00
Alexander Tokmakov
dd50091513
Merge pull request #60338 from PapaToemmsn/test-transaction-fixes
...
fix for #57598 (ROLLBACK should be no-op...)
2024-03-19 11:56:25 +01:00
kssenii
12cd566681
Update config for test
2024-03-19 11:47:53 +01:00
Kseniia Sumarokova
73487600c1
Merge pull request #61524 from ClickHouse/better-dynamic-cache-size-reloading-part-1
...
Less contention during dynamic resize of filesystem cache
2024-03-19 11:41:44 +01:00
Antonio Andelic
ef7395a81d
Merge pull request #61547 from ClickHouse/fix-position-const-position
...
Fix string search with const position
2024-03-19 11:38:07 +01:00
divanik
87e2c09feb
Correct typo
2024-03-19 10:31:05 +00:00
divanik
24a59546c7
ASdd documentation
2024-03-19 09:42:40 +00:00
lgbo-ustc
4eeb9a7e83
Merge remote-tracking branch 'origin/master' into split_aggregator
2024-03-19 16:32:01 +08:00
Antonio Andelic
f1f2923515
Merge pull request #61527 from ClickHouse/repeat-wide-integers
...
Fix `repeat` with non native integers
2024-03-19 08:56:45 +01:00
Antonio Andelic
d1d28e280f
Merge pull request #61465 from ClickHouse/split-02125_lz4_compression_bug
...
Split `02125_lz4_compression_bug`
2024-03-19 08:34:49 +01:00
nemonlou
8ff21d7e47
fix review comments
2024-03-19 11:29:22 +08:00
Dan Wu
411fb050d3
Merge branch 'ClickHouse:master' into 61220_fix_read_system_parts
2024-03-19 11:16:17 +08:00
Dan Wu
8d49ff7350
Add tests for system.parts_columns table.
2024-03-19 03:12:32 +00:00
nemonlou
5cf22bae6f
minor: fix style change
2024-03-19 09:58:07 +08:00
nemonlou
0b5fc743f2
make nulls direction configuable for FullSortingMergeJoin(fix review comments)
2024-03-19 09:58:07 +08:00
nemonlou
a1a4bd3514
make nulls direction configuable for FullSortingMergeJoin
2024-03-19 09:58:07 +08:00
Vitaly Baranov
c8375cd167
Better code: remove unnecessary usage of const_cast and std::function.
2024-03-19 02:56:38 +01:00
Vitaly Baranov
306f642d97
Update dictionary's comment in the same safe manner too.
2024-03-19 02:56:33 +01:00
robot-ch-test-poll3
e82cf5d5ba
Merge pull request #61528 from ClickHouse/revert-61518-revert-61298-analyzer-merge-virtual-columns
...
Revert "Revert "Analyzer: Fix virtual columns in StorageMerge""
2024-03-18 23:51:55 +01:00
danila-ermakov
c1daf104af
queries -> queries-file cli.md
...
queries-file should be used to specify file
2024-03-18 18:23:31 -04:00
PapaToemmsn
fbc8a19a02
Merge branch 'ClickHouse:master' into test-transaction-fixes
2024-03-18 22:42:10 +01:00
Robert Schulze
02e0b682ab
Merge remote-tracking branch 'rschu1ze/master' into dotProduct-memcpy
2024-03-18 21:29:41 +00:00
Robert Schulze
0daaeeab78
Merge pull request #61406 from rschu1ze/enable-clang-tidy-in-headers
...
Enable clang-tidy in headers
2024-03-18 21:43:26 +01:00
Antonio Andelic
8c55162e92
Fix string search with const position
2024-03-18 21:41:06 +01:00
Robert Schulze
94a347cc41
Suppress bugprone-forward-declaration-namespace
2024-03-18 20:34:15 +00:00
Alexander Tokmakov
9af69b4266
fix read_rows count with external group by
2024-03-18 21:05:09 +01:00
Nikolai Kochetov
e97443ddd1
Update StorageBuffer.cpp
2024-03-18 20:15:34 +01:00
Nikolai Kochetov
c99a874305
Update StorageValues.cpp
2024-03-18 20:13:52 +01:00
Kirill Nikiforov
ebaee8e5f6
Add support for ATTACH PARTITION ALL
( #61107 )
2024-03-18 15:00:27 -04:00
Nikolai Kochetov
3def01f1f6
Fixing 01083_expressions_in_engine_arguments with analyzer.
2024-03-18 18:53:01 +00:00
Raúl Marín
7dbd96cf4e
Fix
2024-03-18 19:43:13 +01:00
William Schoeffel
4f30ac72a1
fix typo in variable name legacy
2024-03-18 15:18:47 -03:00
Alexey Milovidov
597b72dc52
Add a test
2024-03-18 18:54:28 +01:00
Alexey Milovidov
05ee8369b2
Add a test
2024-03-18 18:54:13 +01:00
Yarik Briukhovetskyi
0bd60dac51
Merge pull request #61540 from arthurpassos/fix_merge_selector_typo
...
Fix typo
2024-03-18 18:52:31 +01:00
Alexey Milovidov
613c31038a
Fix recompilation of regexps during backtracking in the parser
2024-03-18 18:40:47 +01:00
robot-ch-test-poll1
fb2b5df7a9
Merge pull request #61475 from ClickHouse/nickitat-patch-20
...
Allow queuing in restore pool
2024-03-18 21:13:58 +04:00
Nikolai Kochetov
b3e9f07e2e
Deprecate name collisions for now.
2024-03-18 16:54:59 +00:00
Nikita Taranov
c1fb34da0d
Merge branch 'master' into debug_info
2024-03-18 17:54:31 +01:00
divanik
90c4b0aaf0
Add word to aspell-dictg
2024-03-18 16:52:21 +00:00