Commit Graph

154324 Commits

Author SHA1 Message Date
Azat Khuzhin
4e03473781 Fix permanent blocked distributed sends if DROP of distributed table fails
The problem is that in case of exception in
StorageDistributed::drop()/shutdown() the ActionBlocker will be blocked
forever, rewrite it by using firstly temporary holder (cancel()) and
only when everything is done cancelForever()

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-09-21 22:36:50 +02:00
vdimir
bec2540cd9
Upd docs/en/engines/table-engines/integrations/mongodb.md 2024-09-21 19:53:33 +00:00
Alexey Milovidov
2850da375e Add a test for #49940 2024-09-21 21:46:15 +02:00
Alexey Milovidov
14cb02a18c
Merge pull request #63279 from allmazz/mongodb_refactoring
MongoDB integration refactoring
2024-09-21 18:18:44 +00:00
Han Fei
a940a9ebbc
Merge pull request #69835 from den-crane/patch-75
Improve error message DDLWorker.cpp
2024-09-21 17:25:18 +00:00
Alexander Gololobov
1e21ecc34e
Merge pull request #69838 from ClickHouse/davenger-patch-1
Fix typo in description: mutation_sync -> mutations_sync
2024-09-21 17:14:33 +00:00
Alexey Milovidov
b995b45f8b
Merge pull request #67656 from ClickHouse/docs-peerdb
[Docs] Add notes on PeerDB
2024-09-21 16:54:06 +00:00
Alexey Milovidov
937728d1f5
Merge pull request #69291 from Avogar/fix-dynamic-incomplete-type-insert
Fix insertion of incomplete type into Dynamic during deserialization
2024-09-21 16:53:22 +00:00
Alexey Milovidov
00d9d73e3a
Merge pull request #69040 from ClickHouse/evillique-patch-1
Fix test_replicated_database_cluster_groups
2024-09-21 16:52:36 +00:00
Alexey Milovidov
90dd7b1f91
Merge pull request #69841 from ClickHouse/fix-changelog
Fix changelog
2024-09-21 16:51:11 +00:00
Alexey Milovidov
9191efea85
Merge pull request #69614 from onlyacat/fix_antlr
feat: add more keywords for alias(fix:#69613)
2024-09-21 16:50:32 +00:00
Alexey Milovidov
d915b8d32e
Merge pull request #69715 from bigo-sg/improve_map_from_arrays
Allow default implementations for null in function mapFromArrays
2024-09-21 16:47:45 +00:00
Alexey Milovidov
9f6eaf5f00
Merge pull request #69392 from heavelock/patch-1
DOCS: Replace live view with refreshable since the former is deprecated
2024-09-21 18:52:09 +02:00
Alexey Milovidov
3ef34d48dc Fix changelog 2024-09-21 18:26:31 +02:00
Nikita Mikhaylov
59eb09d9bc
Update src/Interpreters/DDLWorker.cpp 2024-09-21 15:05:40 +02:00
Alexander Gololobov
b407946aa1
Fix typo in description: mutation_sync -> mutations_sync 2024-09-21 10:30:22 +02:00
Denny Crane
bdde1165c4
Update DDLWorker.cpp 2024-09-20 16:24:02 -03:00
Yarik Briukhovetskyi
f7ca119b39
Merge pull request #69825 from den-crane/patch-74
Update date32.md
2024-09-20 16:44:14 +00:00
Michael Stetsyuk
7577ca0d32 fix getSubcolumn with LowCordinality columns 2024-09-20 16:24:22 +00:00
vdimir
a3667034d5
minor change, less conflicts 2024-09-20 15:15:03 +00:00
vdimir
31af49db41
Merge pull request #66600 from ClickHouse/vdimir/from-10931
Rename FileSegmentKind::Ephemeral and other changes
2024-09-20 14:41:14 +00:00
vdimir
8ba6acb64c
Merge pull request #68989 from petern48/add_arrayUnion_func
Add support for `arrayUnion()` function
2024-09-20 14:40:16 +00:00
Kirill Nikiforov
de4c19ed48
fix tests 2024-09-20 18:16:12 +04:00
Kirill Nikiforov
266e16d0d0
fix tests 2024-09-20 17:56:47 +04:00
Dmitry Novik
0ff4d9440b Merge remote-tracking branch 'origin/master' into fix-new-analyzer-evaluateConstantExpression 2024-09-20 15:45:34 +02:00
Denny Crane
d64ea45b7f
Update date32.md 2024-09-20 10:34:45 -03:00
Antonio Andelic
fa145bc5e7
Merge pull request #69789 from ClickHouse/fix-bugfix
Fix bugfix check
2024-09-20 13:34:27 +00:00
Denny Crane
f9471058e5
Update date32.md 2024-09-20 10:31:28 -03:00
Antonio Andelic
2e715ccf47 Fix test_delayed_replica_failover 2024-09-20 15:31:23 +02:00
Yarik Briukhovetskyi
f657a41d73
Merge pull request #69819 from kurikuQwQ/patch-5
Update ext-dict-functions.md
2024-09-20 13:05:19 +00:00
Alexey Katsman
46430ab2f5
Merge pull request #69764 from Baitur5/Baitur5-patch-1
Fixed grammatical errors in the description of settings in Settings.h
2024-09-20 12:35:45 +00:00
Yarik Briukhovetskyi
ccb89e9a72
empty commit 2024-09-20 14:35:03 +02:00
Raúl Marín
91a37cbee9
Merge pull request #69820 from Algunenano/contributors
Allow cyrillic characters in generated contributor names
2024-09-20 12:00:51 +00:00
Raúl Marín
8f40b49869 Allow cyrillic characters in generated contributor names 2024-09-20 12:58:26 +02:00
kurikuQwQ
2ebf0057f4
Update ext-dict-functions.md
fix example query result
2024-09-20 13:40:33 +03:00
robot-clickhouse
512d5e4bec Update autogenerated version to 24.10.1.1 and contributors 2024-09-20 10:27:17 +00:00
vdimir
b12a367741
Merge pull request #68627 from ClickHouse/vdimir/fix_03221_s3_imds_decent_timeout
Fix 03221_s3_imds_decent_timeout
2024-09-20 09:58:21 +00:00
Yarik Briukhovetskyi
297bbc8061
Merge pull request #69774 from ClickHouse/add-s3-queue-ordered-mode-doc
Update s3queue.md
2024-09-20 09:23:08 +00:00
Yarik Briukhovetskyi
5f0c1f5eba
Merge pull request #67626 from yariks5s/Fix_set_key_condition
Fix incorrect behaviour with KeyCondition.cpp
2024-09-20 09:19:31 +00:00
Raúl Marín
993888e7d0
Merge pull request #68355 from zvonand/tryfix-65762-again
Some fixes for LDAP
2024-09-20 08:44:04 +00:00
Michael Kolupaev
032a43772a
Merge pull request #69574 from ClickHouse/zznode
Don't leave an empty znode when replicated table is dropped
2024-09-20 08:25:41 +00:00
Antonio Andelic
ad04f5cad6 Fix bugfix check 2024-09-20 10:04:42 +02:00
Raúl Marín
432c96d04c
Merge pull request #69781 from Algunenano/slow_test_do_not_belong_to_fasttest
Slow test do not belong to fasttest
2024-09-20 08:03:44 +00:00
Baitur
6ecf9f28c5 Changed tests/queries/0_stateless/01221_system_settings.reference to reflect the updated description for send_timeout setting 2024-09-20 10:00:26 +06:00
Baitur
e6337b4c15 Fixed gramatical errors in the descriptions of settings in src/Core/Settings.cpp 2024-09-20 09:54:34 +06:00
Michael Kolupaev
0c9481d8d5 Merge branch 'zznode' of github.com:ClickHouse/ClickHouse into zznode 2024-09-19 21:11:55 +00:00
Michael Kolupaev
8132ae34b7 Merge remote-tracking branch 'origin/master' into zznode 2024-09-19 20:25:47 +00:00
Kseniia Sumarokova
3e3496bc51
Update s3queue.md 2024-09-19 21:19:29 +01:00
Kirill Nikiforov
1a28233f7f
fix SettingsChangesHistory.cpp 2024-09-20 00:14:26 +04:00
Raúl Marín
9e12b6cb4e
Merge pull request #69779 from ClickHouse/revert-69400-support_more_oss_endpoints
Revert "Support more oss endpoints"
2024-09-19 20:06:51 +00:00