Commit Graph

154109 Commits

Author SHA1 Message Date
Alexey Milovidov
d3c9943147
Merge pull request #66789 from bezik/patch-17
Update distributed-ddl.md [ru]
2024-09-22 17:20:55 +00:00
Alexey Milovidov
0de7c25942
Merge pull request #68521 from azat/tests/01600_parts_states_metrics_long
Fix 01600_parts_states_metrics_long flakiness
2024-09-22 17:20:29 +00:00
Alexey Milovidov
e39a05830c
Merge pull request #69849 from tbragin/patch-16
Update README.md - Update meetups
2024-09-22 17:12:05 +00:00
Alexey Milovidov
f706d32c39
Merge pull request #69848 from den-crane/Docs/timezone_link
Docs fix broken links
2024-09-22 17:11:30 +00:00
Tanya Bragin
56e27c47f4
Update README.md - Update meetups 2024-09-22 08:44:01 -07:00
Raúl Marín
e3c2d10bc8 Merge remote-tracking branch 'blessed/master' into bump_version_24.10.1.1 2024-09-22 17:30:47 +02:00
Denny Crane
a05273ef02 fix broken link 2024-09-22 12:02:46 -03:00
Denny Crane
020fb667f0 fix broken link 2024-09-22 11:43:26 -03:00
Alexey Milovidov
f2e8980dfd
Merge pull request #69844 from ClickHouse/add-test-51036
Add a test for #51036
2024-09-22 01:16:11 +00:00
Alexey Milovidov
74addb1b53
Update distributed-ddl.md 2024-09-22 03:00:39 +02:00
Alexey Milovidov
cd99613f8e
Merge pull request #64955 from azat/mt/rename-without-lock-v2
Lock-free parts rename for ReplicatedMergeTree to avoid INSERT affect SELECT (resubmit)
2024-09-22 00:49:35 +00:00
Alexey Milovidov
ea8f34f504
Merge pull request #69790 from ClickHouse/allmazz/mongodb_refactoring
Followup for #63279
2024-09-21 23:11:28 +00:00
Alexey Milovidov
e5420c3fca
Merge pull request #69842 from ClickHouse/add-test-49940
Add a test for #49940
2024-09-21 23:07:43 +00:00
Alexey Milovidov
a0f1cca1d2 Add a test for #51036 2024-09-22 00:31:30 +02:00
Azat Khuzhin
18ad82463e Add [[nodiscard]] for ActionBlocker::cancel()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-09-21 22:36:50 +02:00
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
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