Commit Graph

126938 Commits

Author SHA1 Message Date
alesapin
daa8dbbbae Make as flexible as it can be 2023-10-13 18:51:32 +02:00
robot-ch-test-poll2
0de0799439
Merge pull request #55584 from grant88/patch-3
Update Russian version replacingmergetree.md. Added is_deleted parameter description
2023-10-13 18:38:14 +02:00
Azat Khuzhin
98c0e54adf Do not initialize EventNotifier explicitly (it is done in ContextHolder)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-13 18:29:10 +02:00
bhavuk2002
fd5c864d19 using queries.length 2023-10-13 21:49:59 +05:30
alesapin
bafc5e7270 Fix 2023-10-13 18:18:41 +02:00
bhavuk2002
d440ec5212 updated if condition 2023-10-13 21:47:29 +05:30
alesapin
1571dbcb26 Finally fix it 2023-10-13 18:16:51 +02:00
bhavuk2002
bbcd8a42ae rectified if sysntax 2023-10-13 21:46:27 +05:30
Mikhail f. Shiryaev
e816ec7d6a
Merge branch 'master' into vdimir/fix_file_cache_tmp_write_buffer 2023-10-13 18:15:52 +02:00
Alexander Tokmakov
e3e105d154
Merge pull request #55527 from azat/values-eof-check-fix
Fix checking of non handled data for Values format
2023-10-13 18:07:02 +02:00
alesapin
f80dd06f52 Fix tuple parser 2023-10-13 17:36:38 +02:00
Alexander Tokmakov
f95b0eb553
Merge pull request #54828 from canhld94/ddl_worker_host_cache
Caching skip-able entries in DDLWorker
2023-10-13 17:34:15 +02:00
Alexey Milovidov
9ddad9e88f Add a test 2023-10-13 17:31:25 +02:00
Alexey Milovidov
b0f1a4f8c0 Disable wrong optimization 2023-10-13 17:29:44 +02:00
Alexander Tokmakov
e40aa72883
Merge pull request #54826 from JackyWoo/lb_nearest_host_name
Add load balancing hostname_levenshtein_distance
2023-10-13 17:23:02 +02:00
Robert Schulze
246e29a41a
Add 16/32-byte integer support 2023-10-13 14:54:56 +00:00
Robert Schulze
d02a718076
Merge pull request #55211 from Priyansh121096/master
Add function byteSwap
2023-10-13 16:54:28 +02:00
alesapin
78575720d1 Simpler and better 2023-10-13 16:52:04 +02:00
Alexander Tokmakov
80778727d3 add back a test that was removed by mistake 2023-10-13 16:35:42 +02:00
Robert Schulze
3d3cf29bf4
Update croaring to v2.0.4 2023-10-13 14:35:02 +00:00
Robert Schulze
c814d8b39d
Merge pull request #55601 from rschu1ze/qc-docs
Minor doc update
2023-10-13 16:25:03 +02:00
alesapin
a98ffd4801 Forgotten reference 2023-10-13 16:24:26 +02:00
alesapin
47d48d81e0 Implement feature 2023-10-13 16:22:18 +02:00
vdimir
ba5cd016dd
Fix crash in QueryNormalizer with cyclic aliases 2023-10-13 14:03:36 +00:00
Antonio Andelic
67068849da
Fix comment 2023-10-13 15:59:37 +02:00
kssenii
6fde98a33f Minor improvement 2023-10-13 15:56:05 +02:00
Robert Schulze
2653ace122
Update docs 2023-10-13 13:53:39 +00:00
Robert Schulze
593c3114a1
Remove TODO comment 2023-10-13 13:24:26 +00:00
kssenii
44ea61e57f Improve shutdown 2023-10-13 15:23:36 +02:00
Robert Schulze
1957179058
Make the warning in the docs more strict 2023-10-13 13:21:38 +00:00
Alexander Gololobov
1d7f04208f Throw TOO_SLOW error only when overflow mode is 'throw' 2023-10-13 15:21:00 +02:00
Alexander Gololobov
de62095b98 Test for query success with 'break' mode and timeout > 10 sec 2023-10-13 15:21:00 +02:00
Raúl Marín
b9f8f2fc15 Apply clang-format to the changes 2023-10-13 15:13:45 +02:00
Raúl Marín
e70b7dd3b7 Remove unused protobuf includes 2023-10-13 15:13:45 +02:00
Raúl Marín
c5bd29792a Merge remote-tracking branch 'blessed/master' into parallel_replicas_row_estimation 2023-10-13 15:05:47 +02:00
Raúl Marín
0092c48af8 Fix CI 2023-10-13 15:05:29 +02:00
Antonio Andelic
a83ebb1862 Merge branch 'master' into sample-segfault 2023-10-13 12:53:32 +00:00
Han Fei
e3ceca06e0 cast extra column expression pull_request_number to Int32 2023-10-13 14:52:25 +02:00
grantovsky
52480fe092
Update replacingmergetree.md remove simultaneously word
correct: remove simultaneously word of using FINAL CLEANUP and  clean_deleted_rows
2023-10-13 15:36:34 +03:00
kssenii
b6b124f5a9 Usability improvement 2023-10-13 14:16:56 +02:00
Mikhail f. Shiryaev
7d3e5c480e
Merge pull request #55592 from ClickHouse/catch-remove-label
Do not fail if label-to-remove does not exists in PR
2023-10-13 14:04:37 +02:00
grantovsky
8b7e6adc38
Update replacingmergetree.md cleanup+clean_deleted_rows warning
Добавил формулировку, что CLEANUP + clean_deleted_rows=always - не следует использовать
2023-10-13 15:03:36 +03:00
Azat Khuzhin
f42cc282ec Do not include headers from tests into client
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-13 13:44:30 +02:00
Azat Khuzhin
720ea8441c Fix global context for tests with --gtest_filter
If you run tests that requires context, but do not initialize it, then
it will SIGSEGV, because Context is not initialized.

Fix this by using google test envrionment, and instead of gtest_main
implement own main function that will initialize it.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-13 13:44:30 +02:00
Mikhail f. Shiryaev
e60983f5ae
Do not fail if label-to-remove does not exists in PR 2023-10-13 13:32:56 +02:00
Antonio Andelic
48933f52fe Fix Keeper Context 2023-10-13 11:30:37 +00:00
kssenii
a9c0c20cad Update documentation 2023-10-13 13:21:50 +02:00
Robert Schulze
dda673f58b
Merge remote-tracking branch 'rschu1ze/master' into string-args-in-week-functions 2023-10-13 11:16:03 +00:00
Alexander Tokmakov
ebfad5c8b8
Merge pull request #55587 from azat/fix-replica-group
Fix replica groups for Replicated database engine
2023-10-13 13:07:28 +02:00
kssenii
bfe174f71b Fix test 2023-10-13 12:57:57 +02:00