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
97a935ea10
Merge branch 'master' into revive-cache-contention-fix
2024-03-11 18:43:16 +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
Kseniia Sumarokova
f8877ffd88
Merge branch 'master' into revive-cache-contention-fix
2024-03-11 16:43:05 +01:00
Robert Schulze
81b2a1f621
Fix build
2024-03-11 15:34:02 +00:00
Raúl Marín
879f7f2f8c
Remove more templates for JIT
2024-03-11 16:28:25 +01:00
avogar
ecc30448ba
Fix filtering when optimize_use_implicit_projections=1
2024-03-11 15:26:29 +00:00
avogar
f6d7b39dfc
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-filter-virtual-columns
2024-03-11 15:05:52 +00:00
Kruglov Pavel
724cc903af
Restart CI
2024-03-11 15:56:02 +01:00
Raúl Marín
8b5ccb4735
Remove one template
2024-03-11 15:53:46 +01:00
Dmitry Novik
d1c5f35ad7
Merge pull request #61089 from ClickHouse/fix-analyzer-01244_optimize_distributed_group_by_sharding_key
...
Analyzer: Fix 01244_optimize_distributed_group_by_sharding_key
2024-03-11 15:41:30 +01:00
Robert Schulze
66e7c26bce
Merge pull request #61103 from ClickHouse/docs/add-readWKT-Point-and-Ring
...
Adds read wkt point and ring docs.
2024-03-11 15:11:43 +01:00
Kseniia Sumarokova
b862c66ade
Merge branch 'master' into revive-cache-contention-fix
2024-03-11 14:59:54 +01:00
Raúl Marín
9bada70f45
Remove a bunch of transitive dependencies
2024-03-11 14:52:32 +01:00
Kseniia Sumarokova
9d76257464
Merge branch 'master' into add-a-way-to-force-read-through-filesystem-cache-for-merges
2024-03-11 14:46:55 +01:00