Alexey Milovidov
006386f872
Merge pull request #50665 from tonickkozlov/tonickkozlov/parametrized-query-aliases
...
Enable parametrized SQL aliases
2024-09-22 20:44:34 +00:00
Alexey Milovidov
4d2259407a
Merge pull request #69850 from ClickHouse/revert-mongodb
...
Revert #69790 and #63279
2024-09-22 22:29:32 +02:00
Alexey Milovidov
2ae9c9ac16
Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"
...
This reverts commit 14cb02a18c
, reversing
changes made to a940a9ebbc
.
2024-09-22 22:28:24 +02:00
Alexey Milovidov
ea71d7f6d1
Revert "Merge pull request #69790 from ClickHouse/allmazz/mongodb_refactoring"
...
This reverts commit ea8f34f504
, reversing
changes made to e5420c3fca
.
2024-09-22 22:28:18 +02:00
Alexey Milovidov
4edbf03504
Fix garbage
2024-09-22 22:11:18 +02:00
robot-clickhouse
1b77b438fd
Merge pull request #69816 from ClickHouse/bump_version_24.10.1.1
...
Update version after release
2024-09-22 20:05:58 +00:00
Alexey Milovidov
d0f42bb566
Merge pull request #56555 from canhld94/ch_has_hasAnyAll_enum
...
Allow writing argument of has or hasAny or hasAll as string if array element type is Enum
2024-09-22 19:56:33 +00:00
Alexey Milovidov
efdbc8da0e
Merge branch 'master' into fix_trim_empty_string
2024-09-22 21:34:24 +02:00
Alexey Milovidov
a660435249
Update ExpressionListParsers.cpp
2024-09-22 21:26:01 +02:00
Alexey Milovidov
61f6c90910
Update 03224_trim_empty_string.sql
2024-09-22 21:21:29 +02:00
Alexey Milovidov
8599a0985d
Merge branch 'master' into ch_has_hasAnyAll_enum
2024-09-22 19:22:54 +02:00
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
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