Commit Graph

137395 Commits

Author SHA1 Message Date
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
János Benjamin Antal
91de382517 Spit DictionaryPipelineExecutor into separate file 2024-03-11 14:00:01 +00: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
Max K
23a9ac4947
Merge pull request #61160 from ClickHouse/ci_fix_nightly
CI: fix nightly job issue
2024-03-11 14:46:53 +01:00
Kseniia Sumarokova
19d8256fa8
Update test.py 2024-03-11 14:44:19 +01:00
Dmitry Novik
ac1a55adac Merge remote-tracking branch 'origin/master' into fix-analyzer-01244_optimize_distributed_group_by_sharding_key 2024-03-11 14:39:08 +01:00
Max Kainov
c4f29af8ec CI: fix nightly job issue
#do_not_test
2024-03-11 13:35:05 +00:00
Robert Schulze
a7568ddbfa
Fix spelling 2024-03-11 12:58:20 +00:00
Robert Schulze
802bae9661
GCC --> clang pragmas 2024-03-11 12:55:56 +00:00
Robert Schulze
a735029939
Fix tests 2024-03-11 12:50:54 +00:00
Robert Schulze
1ea68265b5
Revert "Adds makeDateTime64 function."
This reverts commit bd194aab41.
2024-03-11 12:46:30 +00:00
Mikhail f. Shiryaev
b2f795601b
Merge pull request #61159 from ClickHouse/back-black
Enable black back
2024-03-11 13:37:03 +01:00
Robert Schulze
683d229d2d
Merge pull request #60868 from Blargian/document_morton_xyz
Add `mortonEncode` and `mortonDecode` to documentation
2024-03-11 13:27:28 +01:00
Mikhail f. Shiryaev
8f2ff2ccd8
Enable black back 2024-03-11 13:22:18 +01:00
Max K
389bd6b8e4
Merge pull request #61148 from ClickHouse/ci_fast_style
CI: style check: conditionally skip cpp or py files check in prs
2024-03-11 13:06:10 +01:00
Max Kainov
59c6311ead improve report
#do_not_test
2024-03-11 11:50:37 +00:00
vdimir
38b8e7ac7e
Maintain list of ASTRenameQuery children 2024-03-11 11:34:10 +00:00
vdimir
c0689f3760
Fix ASTRenameQuery::clone 2024-03-11 11:34:06 +00:00
kssenii
57f6263f67 Lock contention fix 2024-03-11 12:31:40 +01:00
serxa
b1d1c8eb0c Merge branch 'master' into revert-60253-revert-59032-cpu-scheduler-and-cc 2024-03-11 11:25:53 +00:00
Alexander Sapin
ebf17ffd9f Merge branch 'master' into more_memory_checks 2024-03-11 12:21:59 +01:00
Kseniia Sumarokova
90b27432a2
Update test.py 2024-03-11 12:18:58 +01:00
Robert Schulze
e5e84419af
Fix clang-tidy-s 2024-03-11 10:58:54 +00:00
Robert Schulze
ecb11005e3
List clang-tidy checks as list instead of a string
The string representation will be deprecated at some point:
https://reviews.llvm.org/D147876
2024-03-11 10:56:26 +00:00
Robert Schulze
a0727ba0af
Merge pull request #60725 from ClickHouse/docs/rand-functions
Document undocumented `rand*` functions
2024-03-11 11:54:29 +01:00
János Benjamin Antal
61c3d917ae Use boost::algorithm::join 2024-03-11 10:33:09 +00:00
Kseniia Sumarokova
3832b0e126
Merge branch 'master' into add-a-way-to-force-read-through-filesystem-cache-for-merges 2024-03-11 11:30:03 +01:00
Han Fei
99405e31d6 Merge branch 'master' into fix_LRUResource_cache_bug 2024-03-11 11:08:45 +01:00
Kseniia Sumarokova
aacfefe0fe
Merge branch 'master' into fix-usage-of-plain-metadata 2024-03-11 10:37:53 +01:00
Max Kainov
49b78e0a0c CI: check cpp and py files style on changes only
#do_not_test
2024-03-11 09:30:26 +00:00
Azat Khuzhin
318fc7efcf Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
The memory limit had been changed in #52439

CI: https://s3.amazonaws.com/clickhouse-test-reports/61132/04d885b570325b1e66bf0c7c13d4732b4d9340ec/integration_tests__tsan__[2_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-11 09:43:47 +01:00
Robert Schulze
d4146c1e26
Merge pull request #59232 from ClickHouse/docs/add-empty-array-docs
Adds `emptyArray*` docs.
2024-03-11 09:34:58 +01:00
Robert Schulze
27099cedcb
Some fixups 2024-03-11 08:34:01 +00:00
Robert Schulze
3c60e82971
Incorporate review feedback 2024-03-11 07:41:28 +00:00
Johnny
e7270069a4
Removes dupliated h2 header. 2024-03-11 07:38:51 +00:00
johnnymatthews
ade0f9f75f
Adds docs for emptyArrayDate and emptyArrayDateTime. 2024-03-11 07:38:49 +00:00
johnnymatthews
c3895c3546
Adds emptyArrayFloat32/64 docs. 2024-03-11 07:38:46 +00:00