Commit Graph

154829 Commits

Author SHA1 Message Date
vdimir
24c5548aa6
Merge pull request #69828 from CurtizJ/insert-sparse-columns
Allow to parse directly into sparse columns
2024-09-30 16:04:19 +00:00
Tyler Hannan
b375948197
Update README.md 2024-09-30 22:45:25 +07:00
Robert Schulze
07d5045b33
Merge pull request #70129 from rschu1ze/docs-issue-link
Docs: Update link to open issues
2024-09-30 15:45:10 +00:00
Nikita Taranov
c05231e0cf impl 2024-09-30 16:32:54 +01:00
Robert Schulze
1daee5c71b
Docs: Update link to open issues 2024-09-30 15:19:58 +00:00
Max Kainov
fc40b5bf70 fix 2024-09-30 17:09:39 +02:00
Kseniia Sumarokova
67ebb6d4d8
Merge pull request #70117 from ClickHouse/kssenii-patch-12
Reduce log level
2024-09-30 13:53:10 +00:00
marco-vb
4530957603 Address requested changes, improve documentation and fix code-style. 2024-09-30 14:35:16 +01:00
Chun-Sheng, Li
5e01e4d6b7
Update aspell-dict.txt
Add PostLinks to ignore spell check
2024-09-30 21:07:49 +08:00
vdimir
f1e2fc0f0e
fix JoinNode::{updateTreeHashImpl,isEqualImpl,toASTImpl} 2024-09-30 13:00:16 +00:00
vdimir
67b1d1f244
Better check for join expression type in JoinNode 2024-09-30 12:39:58 +00:00
Max Kainov
e319d1c8e7 Rename new ci dir 2024-09-30 14:35:50 +02:00
avogar
74c2c92a82 Restart CI 2024-09-30 12:34:32 +00:00
Antonio Andelic
61c8463b34
Merge pull request #69908 from ClickHouse/keeper-xid-64
Support 64bit XID in Keeper
2024-09-30 12:28:38 +00:00
avogar
0666792cbe Update test 2024-09-30 12:23:25 +00:00
avogar
7855361db5 Check for Nullable(Nothing) type during ALTER TABLE MODIFY COLUMN/QUERY 2024-09-30 12:17:12 +00:00
Yarik Briukhovetskyi
763d6e4e2e
Merge branch 'ClickHouse:master' into to_start_of_interval_timezone_bug 2024-09-30 14:16:11 +02:00
Pablo Marcos
e0d05bbadc Remove wrong logical error
When using ranges such as `(0 BETWEEN 1 AND 2)` the AST is
something like `(0 >= 1 AND 0 <= 2)`.

In the TemplateStructure we sort the tokens by the begin of them,
where both 0s share the original same token position. Thus, we
shouldn't ensure that the token position is monotonically increasing.
2024-09-30 11:54:25 +00:00
Yarik Briukhovetskyi
61ef8c6740
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-30 13:45:56 +02:00
Kseniia Sumarokova
be6a5d0d94
Reduce log level 2024-09-30 11:31:28 +02:00
Max Kainov
f8a2e574f1 Remove terraform and praktika workflow 2024-09-30 11:27:04 +02:00
1on
7835b66565 Fixed MaterializedPostgreSQL for subset of columns for several similar table names 2024-09-30 11:58:49 +03:00
Max Kainov
9afd753718 Try praktika 2024-09-30 10:49:13 +02:00
vdimir
f0f9224d6a
Merge pull request #70093 from ttanay/fix-arrayFirst-error
Add info to higher-order array functions if lambda result type is unexpected
2024-09-30 08:05:47 +00:00
Antonio Andelic
932a5639a2 Merge branch 'master' into keeper-xid-64 2024-09-30 09:57:37 +02:00
Tuan Pham Anh
d2b596409d Merge branch 'master' into add-enable-secure-identifiers-setting 2024-09-30 07:02:44 +00:00
Konstantin Bogdanov
aa5e76ae87
Merge pull request #69765 from ClickHouse/fix-tidy-maybe-unused
Make `clang-tidy` happy
2024-09-30 06:35:57 +00:00
Alexey Milovidov
9c83eb95de
Merge pull request #69856 from ClickHouse/fix-31696
Cleaner output in the terminal in CLI.
2024-09-30 05:10:20 +00:00
Alexey Milovidov
4a816391ba
Merge pull request #70110 from ClickHouse/remove-todo
Remove TODO
2024-09-30 05:07:20 +00:00
Alexey Milovidov
da658acc60
Merge pull request #70109 from ClickHouse/fix-test-00938
Make `00938_fix_rwlock_segfault_long` non flaky
2024-09-30 05:07:15 +00:00
shiyer7474
06e2adf8fb Use isColumnConst() to validate param 2024-09-30 03:44:08 +00:00
Alexey Milovidov
8e355ed0fc
Merge pull request #59138 from Enmk/fix_replace_partition_stop_the_world
Fix REPLACE PARTITION waiting for mutations/merges on unrelated partitions
2024-09-30 01:23:54 +00:00
Alexey Milovidov
b626b77677 Remove TODO 2024-09-30 00:40:34 +02:00
Alexey Milovidov
cad86b8eb3 Make 00938_fix_rwlock_segfault_long non flaky 2024-09-30 00:06:18 +02:00
Alexey Milovidov
b04aa50686
Update PartitionActionBlocker.cpp 2024-09-29 22:58:12 +02:00
Alexey Milovidov
7c407e10e5
Merge pull request #69855 from ClickHouse/add-test-62350
Add a test for #62350
2024-09-29 20:53:58 +00:00
Alexey Milovidov
60925b6bc0 Merge branch 'master' into fix-31696 2024-09-29 22:53:34 +02:00
Igor Nikonov
6e87c801ed
Merge pull request #69884 from ClickHouse/pr-fix-remote-query-startup
Improve remote query startup time
2024-09-29 18:30:58 +00:00
Igor Nikonov
611ff9d4a8
Merge branch 'master' into pr-fix-remote-query-startup 2024-09-29 09:09:09 +02:00
Alexey Milovidov
609ff84220
Merge pull request #67346 from jincong8973/master
Improve error message #67345
2024-09-29 02:29:57 +00:00
Alexey Milovidov
b2aa78e14a
Merge pull request #70075 from ClickHouse/fix_dddl_test
Fix `test_distributed_ddl`
2024-09-28 21:05:14 +00:00
Alexey Milovidov
6126310b7c
Merge pull request #62085 from JackyWoo/support_minmax_index_for_pointInPolygon
Support minmax index for `pointInPolygon`
2024-09-28 16:19:33 +00:00
Alexey Milovidov
cbfbdbfb82
Merge pull request #69563 from vitlibar/restore-access-dependencies-2
Improve restoring of access entities' dependencies #2
2024-09-28 16:19:19 +00:00
Alexey Milovidov
0e03c94abc
Merge pull request #70071 from ClickHouse/remove-unneeded-change
Delete a setting change
2024-09-28 16:18:43 +00:00
Alexey Milovidov
e2cacd9266
Merge pull request #70088 from ClickHouse/pufit/better-access-denied-error
Better message for ACCESS_DENIED error.
2024-09-28 16:18:30 +00:00
Vitaly Baranov
924e21f632
Merge pull request #70025 from alsugiliazova/docs--update-create/alter-user-syntax-for-multiple-auth-methods-feature
Docs: update create/alter user syntax for multiple authentication methods feature
2024-09-28 12:29:04 +00:00
Tanay Tummalapalli
56af0a954b Add info to higher-order array functions if lambda result type is unexpected
Some higher-order array functions assume that the result of the
input lambda should be a UInt8. However, the exception raised
in this case didn't give enough debugging info to users.

Fixes https://github.com/ClickHouse/ClickHouse/issues/18239
2024-09-28 16:08:06 +05:30
Yakov Olkhovskiy
06a8b8b7f4
Merge pull request #70087 from m7kss1/ripemd160-support
Re-added RIPEMD160 support
2024-09-28 05:56:04 +00:00
Alexey Milovidov
0356287344
Merge pull request #70038 from ClickHouse/isort
Add isort to the style checking for python files
2024-09-28 01:47:37 +00:00
Alexey Milovidov
fa45ae3543 Merge branch 'master' into jincong8973 2024-09-28 01:08:30 +02:00