Commit Graph

159782 Commits

Author SHA1 Message Date
Robert Schulze
578e995786
Update 03174_least_greatest_ignore_null_input_values.sql 2024-11-28 11:48:43 +01:00
Robert Schulze
4c3d4043fa
Update 03174_least_greatest_ignore_null_input_values.sql 2024-11-28 11:47:55 +01:00
Sema Checherinda
a6cf336151 Merge branch 'master' into chesema-dtor-Finalizer 2024-11-28 11:23:31 +01:00
Antonio Andelic
3cc5c23647 Fix code 2024-11-28 11:11:05 +01:00
Antonio Andelic
4abe98ee62 Update NuRaft 2024-11-28 10:36:33 +01:00
Pablo Marcos
98ccca99f2 Add doc for SYSTEM LOAD PRIMARY KEY 2024-11-28 09:05:50 +00:00
Pablo Marcos
f1f5304484 Update test_grant_and_revoke/test_with_table_engine_grant.py::test_grant_all_on_table 2024-11-28 08:59:49 +00:00
Azat Khuzhin
d530468c59 Fix possible CI failures due to slow logs proxy tables shutdown
This tables sends data to cloud from system.*_log tables, and
flush_on_detach will not help if the send is already in progress.

Let's disable distributed sends as a workaround for now, until the issue
will be fixed in a normal way.

CI: https://s3.amazonaws.com/clickhouse-test-reports/71406/9534a35696d8a82182d59ed24e4a604d7d11adcd/stress_test__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 09:59:27 +01:00
Pablo Marcos
213275727f Keep loadPrimaryKeys single-threaded and simple 2024-11-28 08:39:24 +00:00
Igor Nikonov
97bd43894d Merge remote-tracking branch 'origin/master' into pr-skip-index-analysis-on-workers 2024-11-28 08:12:31 +00:00
nauu
a07111d30f update trusted contributors 2024-11-28 12:34:39 +08:00
kevinyhzou
a898a4e956 fix least/greatest 2024-11-28 12:27:21 +08:00
Jiebin Sun
e60b0b8508
Merge branch 'ClickHouse:master' into shared_mutex_optimization 2024-11-28 11:54:30 +08:00
Tanya Bragin
e909d28a15
Update README.md - Update Meetups
Move Ghent & Paris to past meetups
2024-11-27 19:36:06 -08:00
Shichao Jin
e63a799b35
Merge pull request #72573 from den-crane/patch-79
Doc. Fix typo
2024-11-28 02:29:41 +00:00
zhanglistar
d79adb4299
Merge branch 'ClickHouse:master' into tostring-fix 2024-11-28 10:18:51 +08:00
Konstantin Bogdanov
8f72382052
Split in two regexes 2024-11-28 02:54:41 +01:00
Konstantin Bogdanov
644437cfb8
Fix parsing a glob with one element 2024-11-28 02:53:54 +01:00
Anton Popov
99d7336725 fix test 2024-11-28 01:48:04 +00:00
Anton Popov
3bd04dca27 Merge remote-tracking branch 'upstream/master' into HEAD 2024-11-28 01:46:37 +00:00
Jiebin Sun
1883a49807
Merge branch 'ClickHouse:master' into shared_mutex_optimization 2024-11-28 09:38:26 +08:00
Denny Crane
c169dc9cde
Update index.md 2024-11-27 21:01:04 -04:00
Nikita Taranov
dde239d1b8 impl 2024-11-27 23:11:39 +01:00
Anton Popov
277cb4d042 fix tests 2024-11-27 20:36:34 +00:00
Vitaly Baranov
e7e30d67fb
Merge pull request #72552 from vitlibar/increase-timeout-in-test_short_disconnection_doesnt_stop_restore
Increase timeout in test_short_disconnection_doesnt_stop_restore
2024-11-27 20:17:22 +00:00
robot-clickhouse
dbf217f32a Automatic style fix 2024-11-27 19:57:56 +00:00
Pablo Marcos
4479ea914d Simplify and fix test 2024-11-27 19:56:33 +00:00
Igor Nikonov
10d721991e Remove local_plan duplication 2024-11-27 19:46:41 +00:00
Jiebin Sun
8fc7b9736d remove the unlock in the extra block 2024-11-28 03:42:51 +08:00
Igor Nikonov
ff2f791e57 Merge remote-tracking branch 'origin/master' into pr-skip-index-analysis-on-workers 2024-11-27 19:24:42 +00:00
Vladimir Cherkasov
6245208764
test 2024-11-27 20:14:19 +01:00
Anton Popov
6c381ef59a
Merge pull request #72407 from CurtizJ/better-merge-tree-index
Do not load index in `mergeTreeIndex` table function if not needed
2024-11-27 19:01:11 +00:00
alesapin
e80920ecd1 Devirtualize serialize call in AggregateFunction 2024-11-27 19:11:21 +01:00
Nikita Taranov
7add1b73ef
Merge branch 'master' into raise_default_for_prealloc_in_ht_optimisation 2024-11-27 19:09:52 +01:00
Nikita Taranov
2ac7f06583 add settings change 2024-11-27 19:07:52 +01:00
Nikita Taranov
3826f04e09 impl 2024-11-27 19:04:26 +01:00
Mikhail f. Shiryaev
ed1f326d56
Merge pull request #72546 from ClickHouse/test-local-module
Improve praktika imports
2024-11-27 17:45:07 +00:00
Pablo Marcos
e9daa05d8f Fix test 2024-11-27 17:41:13 +00:00
Pablo Marcos
3c1f20a0ba Merge branch 'master' into 66073-system-load-primary-key-rebase 2024-11-27 17:11:30 +00:00
Vladimir Cherkasov
9344c1e679
Merge branch 'master' into vdimir/join_select_inner_table 2024-11-27 18:05:07 +01:00
Sema Checherinda
f2474292b3
Merge pull request #72545 from ClickHouse/chesema-fix-async-insert
fix async insert in TCP
2024-11-27 17:04:17 +00:00
Vitaly Baranov
6657d04553 Increase timeout in test_short_disconnection_doesnt_stop_restore. 2024-11-27 17:42:28 +01:00
Nikita Taranov
d59fe5fd7f
Merge pull request #70788 from ClickHouse/parallel_hash_by_def
Use `parallel_hash` join algorithm by default
2024-11-27 16:18:02 +00:00
Igor Nikonov
1ad472b496
Merge pull request #72393 from ClickHouse/fix-pr-any-inner-join
Fix ANY JOIN with parallel replicas
2024-11-27 16:05:20 +00:00
Dmitry Novik
a38700e5d1
Merge pull request #72338 from Zaynulla/patch-1
window-functions doc typos fix
2024-11-27 15:57:48 +00:00
Vladimir Cherkasov
1e7f0781bb
Merge branch 'master' into vdimir/join_select_inner_table 2024-11-27 16:42:29 +01:00
Jiebin Sun
8d875ac700 fix the error while building 2024-11-27 22:05:07 +08:00
Nikolay Degterinsky
c27fe21339
Merge pull request #71286 from arthurpassos/demand_changes_on_alter_user
Demand changes on alter user
2024-11-27 14:01:56 +00:00
Max Kainov
0eeb6c38dc
Merge pull request #72531 from ClickHouse/ci_remove_hdfs_tests
CI: Remove functional tests with hdfs
2024-11-27 13:57:03 +00:00
Vitaly Baranov
622bb661ee Implement creating tables in parallel while restoring from a backup. 2024-11-27 13:56:58 +01:00