Commit Graph

138030 Commits

Author SHA1 Message Date
Dmitry Novik
a8885e361e
Merge branch 'master' into vdimir/analyzer/join_using_parent_scope 2024-03-19 15:51:53 +01:00
Alexey Milovidov
018316c78a
Merge pull request #61211 from bigo-sg/split_aggregator
Too big translation unit in `Aggregator`
2024-03-19 17:29:24 +03:00
Dmitry Novik
290f4109e1
Merge pull request #59986 from azat/analyzer/fix-group-by-const
Fix function execution over const and LowCardinality with GROUP BY const for analyzer
2024-03-19 15:20:17 +01:00
Nikolai Kochetov
4457c1a133
Update analyzer_tech_debt.txt 2024-03-19 14:07:25 +01:00
Nikolai Kochetov
240242da22
Merge pull request #61580 from ClickHouse/follow-up-61458
Add a comment after #61458
2024-03-19 14:06:24 +01:00
Mikhail f. Shiryaev
4efddb5ed4
Add type checking to build_download_helper 2024-03-19 14:01:31 +01:00
vdimir
3f46a5d93d
Fix clickhouse-test client option and CLICKHOUSE_URL_PARAMS interference 2024-03-19 13:01:25 +00:00
robot-ch-test-poll4
a07d214fbf
Merge pull request #61396 from Algunenano/default_cluster
Remove default cluster from default config from test config
2024-03-19 13:58:01 +01:00
robot-clickhouse-ci-1
414bb49069
Merge pull request #61478 from Blargian/document_wkt_function
Add WKT function to documentation
2024-03-19 13:56:55 +01:00
Alexey Milovidov
2a4116cfb3
Merge pull request #61410 from tomershafir/thread-fuzzer-sleep-rand
ThreadFuzzer: randomize sleep time
2024-03-19 15:56:14 +03:00
Alexey Milovidov
a59bb8cadc
Merge pull request #60695 from azat/tests/http_external_tables_memory_tracking-resubmit
Resubmit http_external_tables_memory_tracking test
2024-03-19 15:53:06 +03:00
danila-ermakov
cf9433fdd8
Merge branch 'ClickHouse:master' into patch-1 2024-03-19 08:38:24 -04:00
Nikolai Kochetov
f2f770d73a
Update src/Interpreters/ActionsDAG.h
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
2024-03-19 13:37:21 +01:00
Mikhail f. Shiryaev
6b43d2e197
Improve logging in build_download_helper 2024-03-19 13:27:26 +01:00
Yarik Briukhovetskyi
44b985a2bc
Update install.md 2024-03-19 13:26:32 +01:00
vdimir
2352f109d5
Merge pull request #61462 from ClickHouse/vdimir/test_shard_load_queue_backlog
Use SHARD_LOAD_QUEUE_BACKLOG for dictionaries in tests
2024-03-19 13:24:16 +01:00
Azat Khuzhin
8b1df937a5 Use scheduleFromThreadPool for parallel processing in distributed storage
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-19 13:20:51 +01:00
János Benjamin Antal
9cd7e6155c
Merge pull request #60031 from azat/merge_tree_mutations_cleanup-fix
Fix finished_mutations_to_keep=0 for MergeTree (as docs says 0 is to keep everything)
2024-03-19 12:55:46 +01:00
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