Commit Graph

137079 Commits

Author SHA1 Message Date
Kseniia Sumarokova
61543edc8b
Merge branch 'master' into fix-usage-of-plain-metadata 2024-03-12 11:53:00 +01:00
Raúl Marín
c9c73378eb Fix problem detected by ubsan 2024-03-12 11:52:17 +01:00
Kseniia Sumarokova
49fb94d34b
Merge branch 'master' into kssenii-patch-9 2024-03-12 11:49:02 +01:00
alesapin
40a992e1db
Merge pull request #61132 from ClickHouse/more_memory_checks
Throw memory limit exceptions to avoid OOM in some places
2024-03-12 11:48:15 +01:00
alesapin
ed22c4c86e
Merge pull request #61136 from azat/tests/fix-test_distributed_directory_monitor_split_batch_on_failure
Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
2024-03-12 11:39:04 +01:00
Han Fei
74bdd2a17d
Merge pull request #61183 from hanfei1991/hanfei/fix_02949_ttl_group_by_bug
fix flaky 02949_ttl_group_by_bug
2024-03-12 11:19:01 +01:00
vdimir
439fe42f88
Merge pull request #61013 from ClickHouse/vdimir/fix_astrename_clone
Fix ASTRenameQuery::clone
2024-03-12 11:13:28 +01:00
Azat Khuzhin
c78a029d15
tests: fix typo in 01603_insert_select_too_many_parts.sql
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-03-12 11:12:27 +01:00
Azat Khuzhin
ccd47126fd Fix 01603_insert_select_too_many_parts flakiness
CI: https://s3.amazonaws.com/clickhouse-test-reports/60695/048a042dc4963631a23358d3e454dcd8a9eaafa2/stateless_tests__aarch64_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-12 11:02:02 +01:00
Pablo Musa
f6abe68b60
Clarify sentence about clusterAllReplicas
The explanation about `clusterAllReplicas` is not clear. This change tries to simplify the sentence and clarify the explanation.
2024-03-12 10:52:22 +01:00
Max Kainov
fb1e5923a3 CI: fix runner for arm perf tests
#do_not_test
2024-03-12 09:12:25 +00:00
Alexey Milovidov
bdc884dfa5
Merge pull request #60255 from ClickHouse/dont-load-useless-index-parts-in-memory
Do not load useless columns from the index in memory
2024-03-12 08:30:53 +03:00
Alexey Milovidov
bd4f948f12
Merge pull request #61058 from ClickHouse/rip-copier
Delete `clickhouse-copier`
2024-03-12 07:15:48 +03:00
Alexey Milovidov
c3a839d595 Merge pull request #61127 from ClickHouse/remove-in-memory-data-parts-2
Remove in-memory data parts, part 3.
2024-03-12 07:07:07 +03:00
Alexey Milovidov
1b04cc0b4d Fix strange log message 2024-03-12 03:56:10 +01:00
Raúl Marín
3cc07603ff Merge remote-tracking branch 'blessed/master' into compilation 2024-03-11 22:53:55 +01:00
Raúl Marín
563df9bdcb Fix multiple bugs in groupArraySorted 2024-03-11 22:49:18 +01:00
johnnymatthews
281dc8d29d Improves varSamp docs. Adds varSampStable docs. 2024-03-11 17:48:12 -03:00
johnnymatthews
120a1fdb5f Improves varPop docs. Adds varPopStable. 2024-03-11 17:24:33 -03:00
Han Fei
037f4cf5a6
Merge pull request #60262 from Aed-p/fix_LRUResource_cache_bug
fix LRUResource Cache bug (Hive cache)
2024-03-11 21:16:07 +01:00
Kruglov Pavel
d20389b7f7
Merge pull request #61200 from ClickHouse/revert-60430-max-parallel-replicas-validate
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense"
2024-03-11 21:13:19 +01:00
Kruglov Pavel
a90a6e9a27
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense" 2024-03-11 21:05:44 +01:00
avogar
2e74685ba6 Make variant tests a bit faster 2024-03-11 19:58:43 +00:00
Nikita Taranov
3a26b9c89e impl 2024-03-11 19:42:25 +00:00
Kruglov Pavel
9b055c3a43
Use assert_cast to prevent nullptr dereference on bad column types in FunctionsConversion 2024-03-11 20:38:30 +01:00
Azat Khuzhin
5a400c181b Fix llvm symbolizer on CI
In #61011 the whole toolchain installation had been removed from the
base image to reduce image sizes, and this is a good thing indeed.

However it also breaks the symbolizer for sanitizers, which makes
stacktraces unreadable, so let's fix this by getting back llvm package,
this should be OK, since it's size is not gigabytes, but only 48MiB (at
least for llvm-14):

    # dpkg -L llvm-14| xargs file | grep -v directory | cut -d: -f1 | xargs du -sch | grep total
    48M     total

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-11 20:36:15 +01:00
Nikita Mikhaylov
904a2c313c Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier 2024-03-11 20:08:26 +01:00
Max K
d03a4fa637
Merge pull request #61185 from ClickHouse/ci_hot_style_fix
CI: ci.py hot style fix
2024-03-11 19:57:27 +01:00
Max Kainov
b7b83085d1 CI: ci.py hot style fix
#do_not_test
2024-03-11 18:49:45 +00:00
kssenii
5a71636411 Fxi 2024-03-11 19:44:52 +01:00
Kruglov Pavel
55a8204761
Fix test 2024-03-11 19:43:30 +01:00
Raúl Marín
a1e5161cee Disable sanitizers with 02784_parallel_replicas_automatic_decision_join 2024-03-11 19:25:34 +01:00
Han Fei
fd68fed047 fix flaky 02949_ttl_group_by_bug 2024-03-11 19:21:35 +01:00
Nikita Mikhaylov
fcf8a3821d Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier 2024-03-11 19:12:49 +01:00
Max K
7676d71c5d
Merge pull request #59738 from ClickHouse/ci_arm_integration_fix_1
CI: support batch specification in commit message
2024-03-11 19:01:03 +01:00
Max K
90a5143b8d
Merge pull request #61172 from ClickHouse/ci_fix_sync_issue_with_builds
CI: fix sync build issue with reuse
2024-03-11 18:52:57 +01:00
Kseniia Sumarokova
4b94bcd54e
Update ReadSettings.h 2024-03-11 18:41:17 +01:00
Kseniia Sumarokova
cb3cb8ec52
Merge pull request #60308 from ClickHouse/add-a-way-to-force-read-through-filesystem-cache-for-merges
Add a setting to force read-through cache for merges
2024-03-11 18:40:11 +01:00
Max Kainov
f973e405ee CI: fixing ARM integration tests
#do_not_test
2024-03-11 17:20:36 +00:00
Max Kainov
f656a01538 CI: fix sync build issue with reuse
#do_not_test
2024-03-11 17:15:23 +00:00
Nikolai Kochetov
8cfe0e4df7
Merge pull request #61104 from ClickHouse/use-global-scalars-cache-analyzer
Use global scalars cache with analyzer
2024-03-11 18:11:10 +01:00
Kruglov Pavel
16e01eb93a
Fix style 2024-03-11 18:05:51 +01:00
Kruglov Pavel
1c1336bdc0
Merge pull request #60430 from Avogar/max-parallel-replicas-validate
Don't allow to set max_parallel_replicas to 0 as it doesn't make sense
2024-03-11 18:04:54 +01:00
avogar
260c638755 Replace forgotten logical error 2024-03-11 16:59:01 +00:00
avogar
74281b0a4e Avoid some logical errors in experimantal Object type 2024-03-11 16:42:45 +00:00
Raúl Marín
5db0829245 Remove another template 2024-03-11 17:20:53 +01:00
Nikolai Kochetov
e99bd1fe21 Merge branch 'master' into use-global-scalars-cache-analyzer 2024-03-11 15:58:00 +00:00
kssenii
38f41ee311 Fix integration test 2024-03-11 16:55:30 +01:00
Max K
a0a96b5580
Merge pull request #61099 from ClickHouse/ci_merge_queue_support
CI: support merge queue event in pr_info
2024-03-11 16:54:16 +01:00
Nikita Mikhaylov
cfa042cb04 Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier 2024-03-11 15:45:20 +00:00