Commit Graph

129070 Commits

Author SHA1 Message Date
Igor Nikonov
63a1625b77 Merge remote-tracking branch 'origin/master' into pr-cleanup-narrow-dependency 2023-11-21 16:05:48 +00:00
Igor Nikonov
ce98dfb251 Settings pointer to reference 2023-11-21 16:04:54 +00:00
Robert Schulze
0ebe4edd8d
Merge pull request #57061 from rschu1ze/fix-grpc-mac
Fix gRPC build on macOS
2023-11-21 16:41:23 +01:00
Robert Schulze
304b636208
Fix gRPC build fix on Mac
Fixes #57050
2023-11-21 16:28:27 +01:00
SmitaRKulkarni
e0ceb5d6a5
Merge pull request #56004 from ClickHouse/Fix_parameterized_view_explain_ast
Bug fix explain ast with parameterized view
2023-11-21 16:02:28 +01:00
Igor Nikonov
66f6a6575f Cleanup iteration: settings usage 2023-11-21 13:29:04 +00:00
vdimir
8f34b36293
Merge pull request #56538 from ClickHouse/vdimir/join_on_nullsafe_optimization
Rewrite equality with is null check in JOIN ON section
2023-11-21 14:17:58 +01:00
Igor Nikonov
83c6ac4f6c Remove storage as parameter dependency, only columns are needed 2023-11-21 12:14:12 +00:00
Alexander Gololobov
8cf93fe133
Merge pull request #56905 from ClickHouse/disk_encrypted_create_dirs
Allow delegate disk to handle retries for createDirectories
2023-11-21 12:51:05 +01:00
alesapin
227bb30d02
Merge pull request #56986 from kevinmingtarja/implicit-constraint-collapsing-merged-tree
Add implicit constraint for CollapsingMergeTree sign column
2023-11-21 12:43:51 +01:00
Robert Schulze
c5828cf856
Merge pull request #57000 from slvrtrn/concat-single-arg
Allow to use `concat` function with a single argument
2023-11-21 12:06:29 +01:00
Raúl Marín
e34fea5495
Merge pull request #56984 from ClickHouse/fix_sqlite_file_path_validation
Fix sqlite file path validation
2023-11-21 11:40:20 +01:00
Kseniia Sumarokova
f960036d76
Merge pull request #56874 from ClickHouse/kssenii-patch-8
Update test_storage_s3_queue/test.py
2023-11-21 11:13:00 +01:00
Kseniia Sumarokova
958030758a
Merge pull request #56999 from ClickHouse/s3queue-fix-empty-key-check
S3Queue minor fix
2023-11-21 11:11:08 +01:00
Alexey Milovidov
2988becba6
Merge pull request #36589 from ClickHouse/remove-useless-install
Remove useless "install" from CMake (step 1)
2023-11-21 11:06:09 +01:00
Alexey Milovidov
ff39fca78d
Merge pull request #57008 from ClickHouse/enable-analyzer-stress-fuzz
Enable Analyzer in Stress and Fuzz tests
2023-11-21 10:54:26 +01:00
Alexey Milovidov
4ed4fbe74d
Merge pull request #56993 from amosbird/fix-49552
Fix flaky and slow tests.
2023-11-20 23:26:37 +01:00
Alexey Milovidov
fdc8b0ceb1
Merge pull request #56956 from evillique/local-send-fatal-log
Send fatal logs by default in clickhouse-local
2023-11-20 23:08:13 +01:00
Alexey Milovidov
0de18bfa6f
Merge pull request #56972 from Michicosun/fix_select_query_options_pass
Something InterpreterSelectQueryAnalyzer::getSampleBlock
2023-11-20 22:46:19 +01:00
Alexey Milovidov
3c2cf5dc70 Enable Analyzer in Stress and Fuzz tests 2023-11-20 21:52:47 +01:00
Alexey Milovidov
6a1955cb34 Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-useless-install 2023-11-20 21:34:31 +01:00
Alexey Milovidov
852e983fe3 Follow-up 2023-11-20 21:34:22 +01:00
Mikhail f. Shiryaev
adce0f7d4d
Merge pull request #56989 from ClickHouse/fix-search-build-artifacts
Follow up the fix from #44311
2023-11-20 21:21:57 +01:00
Sema Checherinda
485f1834d8
Merge pull request #56938 from CheSema/lz4-buffering
Lz4 compression: buffer block in a rare case
2023-11-20 20:33:30 +01:00
Kseniia Sumarokova
9454b203e1
Merge branch 'master' into kssenii-patch-8 2023-11-20 20:19:21 +01:00
Kseniia Sumarokova
2beee5d9cb
Merge branch 'master' into s3queue-fix-empty-key-check 2023-11-20 20:17:47 +01:00
Raúl Marín
ff438112e9 Style 2023-11-20 18:08:39 +01:00
slvrtrn
d348db8438 Merge remote-tracking branch 'origin' into concat-single-arg 2023-11-20 17:57:50 +01:00
Kevin Mingtarja
d5a4580236 Add newline in test reference 2023-11-21 00:13:53 +08:00
Nikolai Kochetov
2a59a688de
Merge pull request #56867 from kitaisreal/planner-support-transactions
Planner support transactions
2023-11-20 17:10:22 +01:00
Kevin Mingtarja
1d668264e1 Fix style 2023-11-20 23:54:36 +08:00
Kevin Mingtarja
d84d5692ef Enable implicit constraint for VersionedCollapsing 2023-11-20 23:52:22 +08:00
slvrtrn
23ea802bd7 Add more concat tests 2023-11-20 16:28:04 +01:00
kssenii
9b5e180995 Fix 2023-11-20 16:27:02 +01:00
slvrtrn
9f96b58979 Update docs, add more tests. 2023-11-20 16:22:47 +01:00
slvrtrn
59c251bf88 Allow to use concat with a single argument 2023-11-20 16:17:31 +01:00
Raúl Marín
8bff421c27 Skip test in fast tests 2023-11-20 16:04:21 +01:00
Amos Bird
8fef863b95
Fix flaky and slow tests. 2023-11-20 22:59:06 +08:00
Mikhail f. Shiryaev
362c15d9ea
Fix logging for profile JSON files 2023-11-20 15:15:38 +01:00
Mikhail f. Shiryaev
94824a0194
Fix shellcheck for time-trace 2023-11-20 15:15:37 +01:00
Mikhail f. Shiryaev
6da51942eb
Follow up the fix from #44311 2023-11-20 15:15:35 +01:00
Alexander Tokmakov
0eaf83b02e
Merge pull request #56994 from ClickHouse/revert-56992-revert-56314-s3-aggressive-timeouts
Revert "Revert "s3 adaptive timeouts""
2023-11-20 15:14:46 +01:00
Sema Checherinda
a7fc8d4b99 test_merge_tree_s3 counts errors, turn off s3_use_adaptive_timeouts 2023-11-20 15:04:14 +01:00
Kruglov Pavel
7f30fb7fde
Merge pull request #56941 from Avogar/fix-auto-schema
Fix generating deep nested columns in CapnProto/Protobuf schemas
2023-11-20 14:58:56 +01:00
Kseniia Sumarokova
56222ddd57
Merge pull request #56872 from ClickHouse/filecache-call-assertions-more-often
Call cache check a bit more often
2023-11-20 14:57:24 +01:00
Kseniia Sumarokova
4c7daf5167
Fix 2023-11-20 14:55:23 +01:00
Sema Checherinda
f999337dae
Revert "Revert "s3 adaptive timeouts"" 2023-11-20 14:53:22 +01:00
Alexander Tokmakov
535a75b1bc
Merge pull request #56992 from ClickHouse/revert-56314-s3-aggressive-timeouts
Revert "s3 adaptive timeouts"
2023-11-20 14:31:29 +01:00
Alexander Tokmakov
5031f239c3
Revert "s3 adaptive timeouts" 2023-11-20 14:28:59 +01:00
Mikhail f. Shiryaev
fa5dc744be
Merge pull request #56991 from ClickHouse/decouple-cmake-cleanup
Make check for the limited cmake dependencies the part of sparse checkout
2023-11-20 14:24:43 +01:00