Commit Graph

101127 Commits

Author SHA1 Message Date
Alexander Gololobov
2dda059cbd
Revert "Randomize keeper fault injection settings in stress tests" 2022-11-14 14:09:47 +01:00
Alexander Gololobov
992729f3c0
Merge pull request #43195 from ClickHouse/workaround-for-llvm-bug
A workaround for LLVM bug, https://github.com/llvm/llvm-project/issues/58633
2022-11-14 13:46:19 +01:00
Alexander Gololobov
d885b3cc4c
Merge pull request #43193 from jh0x/fix-25785-interval-cast
Fixed unexpected behaviour of Interval types with subquery and casting
2022-11-14 13:32:58 +01:00
Kseniia Sumarokova
b7df9aa3da
Merge pull request #43155 from zzsmdfj/add_oss_function_and_StorageOSS
to add_oss_function_and_StorageOSS
2022-11-14 12:23:57 +01:00
Kseniia Sumarokova
e58a7140be
Merge pull request #43194 from ClickHouse/async-metrics-documentation
Add documentation for `system.asynchronous_metrics`.
2022-11-14 12:21:34 +01:00
Alexander Tokmakov
8dbb7f0413
Merge pull request #43212 from ClickHouse/tavplubix-patch-5
Fix flaky 02449_check_dependencies_and_table_shutdown
2022-11-14 14:18:17 +03:00
Alexander Tokmakov
87550e33bb
Merge pull request #43092 from ClickHouse/make-clickhouse-local-progress-off-by-default
Disable clickhouse local and client non-interactive progress by default.
2022-11-14 14:14:29 +03:00
Antonio Andelic
1635d120a0
Merge pull request #43201 from ClickHouse/fix-tsan-race-config-reload
Stop `ConfigReloader` first to avoid data race
2022-11-14 11:58:43 +01:00
Kseniia Sumarokova
79206c6eb0
Merge pull request #43147 from kssenii/named-collections-refactoring
Add generic implementation for arbitrary structured named collections, access type and system.named_collections
2022-11-14 11:57:17 +01:00
Alexander Tokmakov
db6d867bf2
Update 02449_check_dependencies_and_table_shutdown.reference 2022-11-14 13:16:23 +03:00
Alexander Tokmakov
1229f8fd09
Update 02449_check_dependencies_and_table_shutdown.sql 2022-11-14 13:15:08 +03:00
Maksim Kita
ab5e1ab650
Merge pull request #43141 from kitaisreal/analyzer-join-with-constants-improvements
Analyzer improve JOIN with constants
2022-11-14 12:15:34 +03:00
Antonio Andelic
41c0100dd7
Merge pull request #43115 from ClickHouse/fix-4lw-command-test
Fix `test_keeper_four_word_command::test_cmd_stat`
2022-11-14 08:33:11 +01:00
Alexey Milovidov
aca53466ea
Merge pull request #42622 from ClickHouse/ubuntu-cruft
Remove Ubuntu cruft
2022-11-14 04:15:38 +01:00
Igor Nikonov
7386703508
Merge pull request #43187 from ClickHouse/igor/keeper_fault_injection_in_stress_test
Randomize keeper fault injection settings in stress tests
2022-11-13 23:15:50 +01:00
Alexey Milovidov
4012b46a87 Adjustments for Mac OS 2022-11-13 23:11:00 +01:00
Antonio Andelic
38ee1a81a3 Stop config reloader before anything else 2022-11-13 19:17:41 +00:00
Alexey Milovidov
a4797d372f
Merge branch 'master' into ubuntu-cruft 2022-11-13 05:12:32 +01:00
Alexey Milovidov
c2ddef897f
Update Dockerfile.ubuntu 2022-11-13 07:12:25 +03:00
Alexey Milovidov
f5270a6ebe A workaround for LLVM bug, https://github.com/llvm/llvm-project/issues/58633 2022-11-13 04:51:46 +01:00
Alexey Milovidov
045fd06510 Clarifications 2022-11-13 04:30:43 +01:00
Alexey Milovidov
ddc01fd05e Add a test 2022-11-13 04:24:51 +01:00
Alexey Milovidov
7aec54b95a Clarifiactions 2022-11-13 04:19:32 +01:00
Alexey Milovidov
c06bff6615 More praise for heroes 2022-11-13 04:12:58 +01:00
Alexey Milovidov
90643aeba1 Clarifiactions 2022-11-13 04:10:20 +01:00
Alexey Milovidov
884603cc5b Clarifiactions 2022-11-13 04:08:17 +01:00
Alexey Milovidov
3096534d6a Clarifiactions 2022-11-13 04:07:29 +01:00
Alexey Milovidov
9e8fca3b42 Update test 2022-11-13 03:59:10 +01:00
Alexey Milovidov
ba05b7dd2c Add documentation for AsynchronousMetrics 2022-11-13 03:36:20 +01:00
Alexey Milovidov
5a0b7b2947 Add documentation for AsynchronousMetrics 2022-11-13 02:59:01 +01:00
Alexander Gololobov
661c5cd0ae
fixed type 2022-11-12 23:58:09 +01:00
Igor Nikonov
b806ee6b7e Merge remote-tracking branch 'origin/master' into igor/keeper_fault_injection_in_stress_test 2022-11-12 21:05:10 +00:00
Igor Nikonov
1b7b878520 don't randomize keeper fault injection setting for inserts 2022-11-12 21:04:01 +00:00
Joanna Hulboj
42de468665 Fixed unexpected behaviour of Interval types with subquery and casting 2022-11-12 19:47:06 +00:00
Alexey Milovidov
6599016aec Fix annoying messages in AsynchronousMetrics 2022-11-12 19:09:45 +01:00
Alexey Milovidov
c9d4598962 Fix annoying messages in AsynchronousMetrics 2022-11-12 19:09:37 +01:00
Alexey Milovidov
b8c877db29 Fix annoying messages in AsynchronousMetrics 2022-11-12 19:07:28 +01:00
Yakov Olkhovskiy
60d116729c adjustments for progress option 2022-11-12 02:55:26 +00:00
Maksim Kita
ebde28bc50
Merge pull request #43118 from kitaisreal/analyzer-aggregation-crash-fix
Analyzer aggregation crash fix
2022-11-12 01:15:22 +03:00
Ilya Yatsishin
b9f2ae6c24
Merge pull request #43114 from qoega/trailing-newline-sqlancer-status 2022-11-11 21:56:12 +01:00
Igor Nikonov
0208fff321 Randomize keeper fault injection settings in stress tests 2022-11-11 18:45:15 +00:00
Igor Nikonov
ee5756b5b4
Merge pull request #43122 from ClickHouse/revert-43116-revert-42607-igor/insert_zk_retries_retry
Revert "Revert " Keeper retries during insert (clean)""
2022-11-11 18:22:38 +01:00
Dmitry Novik
31794284cb
Merge pull request #43105 from ClickHouse/overcommit-test
Rewrite tests for memory overcommit
2022-11-11 17:34:53 +01:00
Nikolai Kochetov
505af344c4
Merge pull request #42612 from FArthur-cmd/UTC_timestamp
Add functions for PowerBI connect
2022-11-11 17:27:29 +01:00
kssenii
616da1f695 Review fixed, style check fix 2022-11-11 16:50:02 +01:00
Yatsishin Ilya
dee865ce78 Fix trailing \n from SQLancer status 2022-11-11 13:48:55 +01:00
Kruglov Pavel
a42daf504c
Merge pull request #43086 from stigsb/savepoint-fix
Ignore SAVEPOINT queries in MaterializedMySQL
2022-11-11 12:53:05 +01:00
Nikolai Kochetov
63d06c8b53
Merge pull request #42829 from ClickHouse/read-in-order-from-query-plan
Read-in-order over query plan
2022-11-11 12:15:20 +01:00
Robert Schulze
cbe4e2b8ce
Merge pull request #42673 from bigo-sg/enable_max_splits
Add optional max_tokens argument for function splitByRegexp
2022-11-11 11:11:26 +01:00
Maksim Kita
a7f0a2255f Analyzer aggregation crash fix 2022-11-11 10:51:49 +01:00