Commit Graph

64961 Commits

Author SHA1 Message Date
Yarik Briukhovetskyi
b0c19141e0
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-10-02 11:40:37 +02:00
Robert Schulze
68cf49c653
Incorporate review feedback 2024-10-02 09:27:31 +00:00
kssenii
445e38bfe1 Fix page cache usage without cached disk, fix s3 file size if it is unknown 2024-10-02 10:55:53 +02:00
kssenii
9682ebc961 Avoid Cannot schedule a task error when loading parts 2024-10-02 10:46:23 +02:00
Kseniia Sumarokova
0ed1520c3e
Merge pull request #70114 from 1on/master
Fixed MaterializedPostgreSQL for subset of columns for several similar table names
2024-10-02 08:38:12 +00:00
Antonio Andelic
9bbe004150 Merge branch 'master' into debug-perf 2024-10-02 09:29:50 +02:00
tuanpach
856a367d2d
Merge pull request #69411 from tuanpach/add-enable-secure-identifiers-setting
Add enable_secure_identifiers setting
2024-10-02 04:57:47 +00:00
Anton Popov
6d2f9cab3a Merge remote-tracking branch 'upstream/master' into HEAD 2024-10-02 01:20:37 +00:00
Michael Kolupaev
d5053605ab
Merge pull request #70149 from ClickHouse/loopsbro
Fix 'QueryPlan was not initialized' in 'loop' with empty MergeTree
2024-10-01 22:59:51 +00:00
Alexey Milovidov
229ead5f91
Merge pull request #70144 from Avogar/fix-dynamic-alter-hung
Fix possible hung in ALTER COLUMN with Dynamic type
2024-10-01 20:55:34 +00:00
Raúl Marín
d90336fdd8 Clean code 2024-10-01 22:51:28 +02:00
kssenii
087f1367fc Fix file_size passing to ReadBufferFromS3 2024-10-01 22:19:47 +02:00
kssenii
e51b074614 Fix error seek is allowed only before first read attempt 2024-10-01 22:10:30 +02:00
Michael Kolupaev
574bb72824 Merge remote-tracking branch 'origin/master' into maxmap 2024-10-01 18:47:07 +00:00
Michael Kolupaev
88a3408522 Merge remote-tracking branch 'origin/master' into HEAD 2024-10-01 18:38:43 +00:00
Michael Kolupaev
ab4eee3b6d Fix test flakiness 2024-10-01 18:16:42 +00:00
Pavel Kruglov
6f17263b0a
Merge pull request #70123 from Avogar/fix-nullable-nothing-type-in-table
Check for Nullable(Nothing) type during ALTER TABLE MODIFY COLUMN/QUERY
2024-10-01 17:59:56 +00:00
Pavel Kruglov
3c2dfb651a
Merge pull request #70147 from Avogar/fix-json-subcolumn-type
Fix Dynamic type creation of JSON subcolumn
2024-10-01 17:58:50 +00:00
Raúl Marín
6ba4f61df8 Merge remote-tracking branch 'blessed/master' into readAndMerge 2024-10-01 19:14:28 +02:00
avogar
b40af9c460 Respect setting allow_simdjson in JSON type parser 2024-10-01 17:13:18 +00:00
János Benjamin Antal
7a5f5342f0 Fix build 2024-10-01 16:22:37 +00:00
Nikolay Degterinsky
fbc020a8d8
Merge pull request #70148 from evillique/fix-bcrypt-query-log
Fix bcrypt password being displayed in system.query_log
2024-10-01 16:19:35 +00:00
Raúl Marín
a2c79e0690 Fix multiple issues with arrayMin and arrayMax 2024-10-01 18:12:53 +02:00
Antonio Andelic
84d57ca7bc Merge branch 'master' into debug-perf 2024-10-01 17:44:00 +02:00
János Benjamin Antal
a614c405d9
Merge branch 'master' into validate-create-query-after-alter 2024-10-01 17:33:49 +02:00
kssenii
91622fbb72 Fix hdfs 2024-10-01 17:13:12 +02:00
Raúl Marín
c6225da019
Merge pull request #70127 from Algunenano/skip_bad_result
Fix wrong result with skipping index
2024-10-01 15:02:00 +00:00
Alexey Milovidov
3af8d9e100
Merge pull request #70142 from ClickHouse/of
Silence UBSAN for integer overflows in some datetime functions
2024-10-01 14:41:40 +00:00
Antonio Andelic
00b8fa3bfa Debug performance checks 2024-10-01 16:35:48 +02:00
Pavel Kruglov
9ccfb1235b
Merge pull request #70137 from Avogar/fix-compress-data-race
Fix data race in ColumnObject/ColumnTuple decompress method
2024-10-01 14:24:00 +00:00
avogar
6a1e328d38 Fix crash in JSON column 2024-10-01 14:21:37 +00:00
Yakov Olkhovskiy
a1910161a5
Merge pull request #70153 from ClickHouse/fix-InterfaceNativeSendBytes
Fix: WriteBufferFromPocoSocket does not properly register all write events.
2024-10-01 13:25:28 +00:00
kssenii
a421c1ec30 Fix remote_filesystem_read_method=read 2024-10-01 15:17:18 +02:00
avogar
2033e1ee31 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-postgresql-fixed-string-issue 2024-10-01 12:21:26 +00:00
Han Fei
5257422c5b
Merge pull request #69676 from ClickHouse/hanfei/fix-create-as-with-recursive
fix bug about `CREATE ... AS WITH RECURSIVE`
2024-10-01 12:03:04 +00:00
Robert Schulze
c6db85f1cd
Merge remote-tracking branch 'ClickHouse/master' into vec-search-adaptive-granularity 2024-10-01 11:57:30 +00:00
avogar
08fc2113f5 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-nullable-nothing-type-in-table 2024-10-01 11:54:47 +00:00
Pablo Marcos
963d3f4f2c
Merge pull request #70122 from ClickHouse/remove-wrong-logical-error-for-range-literals
Fix wrong LOGICAL_ERROR when replacing literals in ranges
2024-10-01 11:36:40 +00:00
Dmitry Novik
edfaae0fea
Merge pull request #70124 from ClickHouse/vdimir/fix-68650
Better check for join expression type in JoinNode
2024-10-01 11:21:26 +00:00
Yarik Briukhovetskyi
82614d2c00
Merge pull request #70036 from yariks5s/to_start_of_interval_timezone_bug
Fix timezone bug with a date arguments in the `toStartOfInterval`
2024-10-01 11:12:10 +00:00
Nikita Taranov
3d2beccab9
Merge pull request #70130 from ClickHouse/fix_getNumberOfPhysicalCPUCores
Rename `getNumberOfPhysicalCPUCores` and fix its decription
2024-10-01 10:56:21 +00:00
Yarik Briukhovetskyi
f62c2ea4d8
enhance SettingsChangesHistory 2024-10-01 12:50:20 +02:00
kssenii
fd2e1ebf0c Fix ObjectStorageSource::createReadBuffer 2024-10-01 12:17:06 +02:00
alesapin
71c1f44a0c Add comment and reset read methods
(cherry picked from commit 2e912f320a396233865c4591af0e0c19885b4108)
2024-10-01 12:04:45 +02:00
kssenii
08cecb368a Page cache prefix fix 2024-10-01 12:01:21 +02:00
alsu
ca4da4f964 revert 2024-10-01 11:59:18 +02:00
kssenii
fa557cfd73 Fix azure 2024-10-01 11:53:28 +02:00
alsu
c6d40fc839 remove extra dot from exception message 2024-10-01 11:20:06 +02:00
sakulali
f64f5ace2d Merge branch 'master' into create_as_copy_sorting 2024-10-01 12:28:13 +08:00
Yakov Olkhovskiy
6eee7a1c83 increment profile event in WriteBufferFromPocoSocket::nextImpl() 2024-10-01 02:48:50 +00:00
Alexey Milovidov
51baecd513 Optimize system logs 2024-10-01 04:23:20 +02:00
Michael Kolupaev
32b6b159b0 Fix 'loop' crashing when reading from empty MergeTree table 2024-09-30 21:48:32 +00:00
Michael Kolupaev
4452f354a5 Silence UBSAN for integer overflows in some datetime functions 2024-09-30 21:10:05 +00:00
Shichao
0d615b2251
remove dot 2024-09-30 17:00:48 -04:00
alesapin
24011e01a9 Remove redundant line 2024-09-30 22:25:58 +02:00
avogar
cf8f2f6293 Fix Dynamic type creation of JSON subcolumn 2024-09-30 20:18:01 +00:00
Nikolay Degterinsky
3075e2c460 Fix bcrypt password being displayed in system.query_log 2024-09-30 20:12:21 +00:00
alesapin
88014f496f Correct handling of errno-error 2024-09-30 21:57:53 +02:00
alesapin
db9d33f115 Fix accident change 2024-09-30 21:53:33 +02:00
alesapin
8e5adcaf16 Followup 2024-09-30 21:48:29 +02:00
alesapin
48be3f42f1 Add more retryable errors and fix check data part
(cherry picked from commit 6d98507feb0bfcc7761583c3a9a3575108207cee)
2024-09-30 21:48:21 +02:00
avogar
23131a3b6b Fix possible hung in ALTER COLUMN with Dynamic type 2024-09-30 19:29:53 +00:00
kssenii
7da133aeeb Refactor reading from object storage mess 2024-09-30 21:02:08 +02:00
Alexander Tokmakov
3e2c9e05d2
Merge branch 'master' into replace_dict_null 2024-09-30 20:47:16 +02:00
Michael Kolupaev
f13dee5901 Merge remote-tracking branch 'origin/master' into HEAD 2024-09-30 18:01:32 +00:00
Michael Kolupaev
9e380c2503 Fix settings not being applied for getSampleBlock 2024-09-30 18:01:27 +00:00
avogar
cb70e469cb Fix data race in ColumnObject/ColumnTuple decompress method 2024-09-30 17:51:56 +00:00
Yarik Briukhovetskyi
23967e6846
Merge branch 'ClickHouse:master' into to_start_of_interval_timezone_bug 2024-09-30 18:36:02 +02:00
Pablo Marcos
61976c986a Merge branch 'master' into remove-wrong-logical-error-for-range-literals 2024-09-30 16:30:50 +00:00
Raúl Marín
a7eb7a9208 Fix wrong result with skipping index 2024-09-30 18:24:18 +02:00
Alexey Katsman
b2b3931aa9
Merge pull request #69917 from shiyer7474/add_getSettingOrDefault_function
Add getSettingOrDefault() function
2024-09-30 16:16:21 +00:00
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
Nikita Taranov
c05231e0cf impl 2024-09-30 16:32:54 +01: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
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
Pavel Kruglov
a2f3ae6d2b
Merge branch 'master' into default-implementation-for-dynamic 2024-09-30 14:30:03 +02: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
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
1on
7835b66565 Fixed MaterializedPostgreSQL for subset of columns for several similar table names 2024-09-30 11:58:49 +03: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
Robert Schulze
3e96828ba9
Make vector similarity indexes work with adaptive granularity 2024-09-30 07:53:25 +00: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
9cb26d170e Merge branch 'master' into fix-nan-with-fill 2024-09-29 22:54:14 +02:00
Alexey Milovidov
60925b6bc0 Merge branch 'master' into fix-31696 2024-09-29 22:53:34 +02:00
sakulali
c689810b21 compatibility with old syntax and new syntax source table. 2024-09-29 22:39:06 +08: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
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
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
Dergousov Maxim
d599f85da6
small fix 2024-09-28 02:04:28 +03:00
Dergousov Maxim
2d9edeb9e4
fix format 2024-09-28 01:46:51 +03:00
pufit
1cfa8f6546 Better message for ACCESS_DENIED error. 2024-09-27 17:22:47 -04:00
Dergousov Maxim
850a333c5a
Merge branch 'ClickHouse:master' into ripemd160-support 2024-09-28 00:14:06 +03:00
alsu
44d1f0855c remove unused placeholder 2024-09-27 23:02:00 +02:00
Maxim Dergousov
39dca43aed add RIPEMD160 support 2024-09-27 23:57:31 +03:00
Igor Nikonov
a6a616c2b9 Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup 2024-09-27 20:38:05 +00:00
Igor Nikonov
b90a21fd5e Fix non-linux builds 2024-09-27 20:37:40 +00:00
Alexander Tokmakov
39786f7352
Merge pull request #69448 from tuanpach/add-identifier-quoting-rule
Add show_create_query_identifier_quoting_rule setting
2024-09-27 19:05:40 +00:00
Robert Schulze
9b22321bf5
Merge pull request #70061 from rschu1ze/sqid-ubsan
Fix ubsan issue in function sqid
2024-09-27 17:33:03 +00:00
Alexander Tokmakov
76edf4e81d
Merge pull request #69091 from tuanpach/create-table-with-clone-as
Support creating a table with: CREATE TABLE ... CLONE AS ...
2024-09-27 17:25:26 +00:00
Igor Nikonov
14e4a03bf0 Avoiding establish connections sequentially 2024-09-27 17:02:06 +00:00
pufit
2f5786cbb2
Merge pull request #69985 from ClickHouse/pufit/fix-parse-definers-69752
Fix parsing for definers
2024-09-27 16:59:27 +00:00
Igor Nikonov
3dbfa4dd87 Fix non-linux builds 2024-09-27 16:53:20 +00:00
Nikita Mikhaylov
cac6847ddc
Delete a setting change 2024-09-27 17:26:02 +02:00
Andrey Zvonov
981a0b6e27 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut 2024-09-27 15:25:03 +00:00
Yarik Briukhovetskyi
2127f535d8
Merge branch 'ClickHouse:master' into to_start_of_interval_timezone_bug 2024-09-27 17:17:49 +02:00
Vitaly Baranov
ec6bf0d3e2
Merge pull request #69918 from bigo-sg/replace-empty-needle
Allow empty needle in function replace
2024-09-27 14:27:14 +00:00
tuanpach
1ef359357f
Merge pull request #69812 from tuanpach/create-or-replace-view-atomically
Support CREATE OR REPLACE VIEW atomically
2024-09-27 14:25:09 +00:00
Nikolai Kochetov
67ecf59e01
Merge pull request #70054 from ClickHouse/remove-unused-nodes-after-removing-aliases-in-filter-step
Remove unused columns from actions in FilterStep.
2024-09-27 14:24:29 +00:00
Igor Nikonov
56624113ff Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup 2024-09-27 13:24:52 +00:00
Igor Nikonov
a321dafd15 Remove debug logging 2024-09-27 13:24:28 +00:00
Tuan Pham Anh
6fa40a13ce Move settings to 24.10 2024-09-27 13:03:42 +00:00
Tuan Pham Anh
09a4173a33 Merge branch 'master' into add-identifier-quoting-rule 2024-09-27 13:02:49 +00:00
Robert Schulze
2c20e6da6c
Fix ubsan issue in function sqid
Found by fuzzing.

The code called PodArray::insert with begin/end iterators of an empty
std::vector. As per the C++ standard, both iterators are required to be
equal but their exact value is undefined. In this case, they were
both nullptr. PodArray::insert does a sanity check in debug builds
(assertNotIntersects) which dereferences the iterators and ubsan
complained. Somehow, normal builds didn't care.

```
2024.09.27 10:41:01.876670 [ 499435 ] {2b0db728-cd74-485c-b3da-50a93b865e3e} <Debug> executeQuery: (from 127.0.0.1:57580) SELECT sqidDecode('1') (stage: Complete)
/data/ch4/contrib/llvm-project/libcxx/include/__iterator/wrap_iter.h:88:16: runtime error: reference binding to null pointer of type 'unsigned long'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /data/ch4/contrib/llvm-project/libcxx/include/__iterator/wrap_iter.h:88:16
2024.09.27 10:41:01.878689 [ 499430 ] {} <Trace> BaseDaemon: Received signal -3
2024.09.27 10:41:01.878865 [ 501426 ] {} <Fatal> BaseDaemon: ########## Short fault info ############
2024.09.27 10:41:01.878910 [ 501426 ] {} <Fatal> BaseDaemon: (version 24.10.1.1, build id: 757279B158121DAACDCEC840ED67D32C8D35F085, git hash: ad2ee0fdf7, architecture: x86_64) (from thread 499435) Received signal -3
2024.09.27 10:41:01.878934 [ 501426 ] {} <Fatal> BaseDaemon: Signal description: sanitizer trap
2024.09.27 10:41:01.878948 [ 501426 ] {} <Fatal> BaseDaemon: Sanitizer trap.
2024.09.27 10:41:01.878984 [ 501426 ] {} <Fatal> BaseDaemon: Stack trace: 0x000055557bb14cf7 0x000055557bf90d9d 0x00005555705f36da 0x00005555705fd0f3 0x000055557946bc94 0x000055557946ba78 0x0000555579469ed4 0x00005555706107e6 0x0000555571a15a39 0x00005555855723e3 0x0000555585571a73 0x00005555855722ec 0x000055558557410d 0x000055558557599f 0x00005555871774ea 0x00005555871478d3 0x0000555587146540 0x000055558719028c 0x000055558713afaf 0x0000555587138379 0x0000555587137bec 0x00005 55587cb3a69 0x000055558827a191 0x0000555588276d4a 0x000055558827c4e0 0x000055558827bce5 0x000055558819e4ae 0x00005555887ba230 0x00005555887b42be 0x000055558ad5b38d 0x000055558ad8e473 0x000055558f3cac58 0x000055558f3cbb2f 0x000055558f329f57 0x000055558f324fb0 0x00007ffff7c9ca94 0x00007ffff7d29c3c
2024.09.27 10:41:01.879005 [ 501426 ] {} <Fatal> BaseDaemon: ########################################
2024.09.27 10:41:01.879141 [ 501426 ] {} <Fatal> BaseDaemon: (version 24.10.1.1, build id: 757279B158121DAACDCEC840ED67D32C8D35F085, git hash: ad2ee0fdf7) (from thread 499435) (query_id: 2b0db728-cd74-485c-b3da-50a93b865e3e) (query: SELECT sqidDecode('1')) Received signal sanitizer trap (-3)
2024.09.27 10:41:01.879196 [ 501426 ] {} <Fatal> BaseDaemon: Sanitizer trap.
2024.09.27 10:41:01.879241 [ 501426 ] {} <Fatal> BaseDaemon: Stack trace: 0x000055557bb14cf7 0x000055557bf90d9d 0x00005555705f36da 0x00005555705fd0f3 0x000055557946bc94 0x000055557946ba78 0x0000555579469ed4 0x00005555706107e6 0x0000555571a15a39 0x00005555855723e3 0x0000555585571a73 0x00005555855722ec 0x000055558557410d 0x000055558557599f 0x00005555871774ea 0x00005555871478d3 0x0000555587146540 0x000055558719028c 0x000055558713afaf 0x0000555587138379 0x0000555587137bec 0x00005 55587cb3a69 0x000055558827a191 0x0000555588276d4a 0x000055558827c4e0 0x000055558827bce5 0x000055558819e4ae 0x00005555887ba230 0x00005555887b42be 0x000055558ad5b38d 0x000055558ad8e473 0x000055558f3cac58 0x000055558f3cbb2f 0x000055558f329f57 0x000055558f324fb0 0x00007ffff7c9ca94 0x00007ffff7d29c3c
2024.09.27 10:41:01.907697 [ 501426 ] {} <Fatal> BaseDaemon: 0. /data/ch4/src/Common/StackTrace.cpp:380: StackTrace::tryCapture() @ 0x00000000265c0cf7
2024.09.27 10:41:01.936515 [ 501426 ] {} <Fatal> BaseDaemon: 1.0. inlined from /data/ch4/src/Common/StackTrace.h:48: StackTrace
2024.09.27 10:41:01.936597 [ 501426 ] {} <Fatal> BaseDaemon: 1. /data/ch4/src/Common/SignalHandlers.cpp:186: sanitizerDeathCallback() @ 0x0000000026a3cd9d
2024.09.27 10:41:02.105934 [ 501426 ] {} <Fatal> BaseDaemon: 2. __sanitizer::Die() @ 0x000000001b09f6da
2024.09.27 10:41:02.208036 [ 501426 ] {} <Fatal> BaseDaemon: 3. ? @ 0x000000001b0a90f3
2024.09.27 10:41:02.261839 [ 501426 ] {} <Fatal> BaseDaemon: 4.0. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__iterator/wrap_iter.h:88: std::__wrap_iter<unsigned long*>::operator*[abi:v15007]() const
2024.09.27 10:41:02.261930 [ 501426 ] {} <Fatal> BaseDaemon: 4. /data/ch4/src/Common/PODArray.h:303: void DB::PODArrayBase<8ul, 4096ul, Allocator<false, false>, 63ul, 64ul>::assertNotIntersects<std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>>(std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>) @ 0x0000000023f17c94
2024.09.27 10:41:02.313293 [ 501426 ] {} <Fatal> BaseDaemon: 5. /data/ch4/src/Common/PODArray.h:466: void DB::PODArray<unsigned long, 4096ul, Allocator<false, false>, 63ul, 64ul>::insertPrepare<std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>>(std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>) @ 0x0000000023f17a78
2024.09.27 10:41:02.364260 [ 501426 ] {} <Fatal> BaseDaemon: 6.0. inlined from /data/ch4/src/Common/PODArray.h:476: void DB::PODArray<unsigned long, 4096ul, Allocator<false, false>, 63ul, 64ul>::insert<std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>>(std::__wrap_iter<unsigned long*>, std::__wrap_iter<unsigned long*>)
2024.09.27 10:41:02.364360 [ 501426 ] {} <Fatal> BaseDaemon: 6. /data/ch4/src/Functions/sqid.cpp:126: DB::FunctionSqidDecode::executeImpl(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x0000000023f15ed4
2024.09.27 10:41:02.387295 [ 501426 ] {} <Fatal> BaseDaemon: 7. /data/ch4/src/Functions/IFunction.h:448: DB::IFunction::executeImplDryRun(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x000000001b0bc7e6
2024.09.27 10:41:02.654555 [ 501426 ] {} <Fatal> BaseDaemon: 8. /data/ch4/src/Functions/IFunctionAdaptors.h:28: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x000000001c4c1a39
2024.09.27 10:41:02.681873 [ 501426 ] {} <Fatal> BaseDaemon: 9. /data/ch4/src/Functions/IFunction.cpp:245: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000003001e3e3
2024.09.27 10:41:02.708670 [ 501426 ] {} <Fatal> BaseDaemon: 10. /data/ch4/src/Functions/IFunction.cpp:159: DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000003001da73
2024.09.27 10:41:02.736491 [ 501426 ] {} <Fatal> BaseDaemon: 11. /data/ch4/src/Functions/IFunction.cpp:237: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000003001e2ec
2024.09.27 10:41:02.766547 [ 501426 ] {} <Fatal> BaseDaemon: 12. /data/ch4/src/Functions/IFunction.cpp:303: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000003002010d
2024.09.27 10:41:02.797091 [ 501426 ] {} <Fatal> BaseDaemon: 13. /data/ch4/src/Functions/IFunction.cpp:380: DB::IExecutableFunction::execute(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000003002199f
2024.09.27 10:41:02.936897 [ 501426 ] {} <Fatal> BaseDaemon: 14. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:3476: DB::QueryAnalyzer::resolveFunction(std::shared_ptr<DB::IQueryTreeNode>&, DB::IdentifierResolveScope&) @ 0x0000000031c234ea
2024.09.27 10:41:03.089695 [ 501426 ] {} <Fatal> BaseDaemon: 15. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:3776: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr<DB::IQueryTreeNode>&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000031bf38d3
2024.09.27 10:41:03.247469 [ 501426 ] {} <Fatal> BaseDaemon: 16. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:3934: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr<DB::IQueryTreeNode>&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000031bf2540
2024.09.27 10:41:03.417889 [ 501426 ] {} <Fatal> BaseDaemon: 17. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:4182: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr<DB::IQueryTreeNode>&, DB::IdentifierResolveScope&) @ 0x0000000031c3c28c
2024.09.27 10:41:03.584072 [ 501426 ] {} <Fatal> BaseDaemon: 18. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:5443: DB::QueryAnalyzer::resolveQuery(std::shared_ptr<DB::IQueryTreeNode> const&, DB::IdentifierResolveScope&) @ 0x0000000031be6faf
2024.09.27 10:41:03.742102 [ 501426 ] {} <Fatal> BaseDaemon: 19. /data/ch4/src/Analyzer/Resolve/QueryAnalyzer.cpp:168: DB::QueryAnalyzer::resolve(std::shared_ptr<DB::IQueryTreeNode>&, std::shared_ptr<DB::IQueryTreeNode> const&, std::shared_ptr<DB::Context const>) @ 0x0000000031be4379
2024.09.27 10:41:03.750689 [ 501426 ] {} <Fatal> BaseDaemon: 20. /data/ch4/src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr<DB::IQueryTreeNode>&, std::shared_ptr<DB::Context const>) @ 0x0000000031be3bec
2024.09.27 10:41:03.789792 [ 501426 ] {} <Fatal> BaseDaemon: 21. /data/ch4/src/Analyzer/QueryTreePassManager.cpp:185: DB::QueryTreePassManager::run(std::shared_ptr<DB::IQueryTreeNode>) @ 0x000000003275fa69
2024.09.27 10:41:03.841618 [ 501426 ] {} <Fatal> BaseDaemon: 22. /data/ch4/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:142: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr<DB::IAST> const&, DB::SelectQueryOptions const&, std::shared_ptr<DB::Context const> const&, std::shared_ptr<DB::IStorage> const&) @ 0x0000000032d26191
2024.09.27 10:41:03.886106 [ 501426 ] {} <Fatal> BaseDaemon: 23. /data/ch4/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:160: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context const> const&, DB::SelectQueryOptions const&, std::vector<String, std::allocator<String>> const&) @ 0x0000000032d22d4a
2024.09.27 10:41:03.939316 [ 501426 ] {} <Fatal> BaseDaemon: 24. /data/ch4/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if<DB::InterpreterSelectQueryAnalyzer>::__unique_single std::make_unique[abi:v15007]<DB::InterpreterSelectQueryAnalyzer, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&) @ 0x0000000032d 284e0
2024.09.27 10:41:03.991694 [ 501426 ] {} <Fatal> BaseDaemon: 25.0. inlined from /data/ch4/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:270: operator()
2024.09.27 10:41:03.991783 [ 501426 ] {} <Fatal> BaseDaemon: 25.1. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ?
2024.09.27 10:41:03.991846 [ 501426 ] {} <Fatal> BaseDaemon: 25.2. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__functional/invoke.h:470: ?
2024.09.27 10:41:03.991893 [ 501426 ] {} <Fatal> BaseDaemon: 25.3. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__functional/function.h:235: ?
2024.09.27 10:41:03.991939 [ 501426 ] {} <Fatal> BaseDaemon: 25. /data/ch4/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x0000000032d27ce5
2024.09.27 10:41:04.014613 [ 501426 ] {} <Fatal> BaseDaemon: 26.0. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__functional/function.h:848: ?
2024.09.27 10:41:04.014702 [ 501426 ] {} <Fatal> BaseDaemon: 26.1. inlined from /data/ch4/contrib/llvm-project/libcxx/include/__functional/function.h:1197: ?
2024.09.27 10:41:04.014765 [ 501426 ] {} <Fatal> BaseDaemon: 26. /data/ch4/src/Interpreters/InterpreterFactory.cpp:362: DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000032c4a4ae
2024.09.27 10:41:04.115761 [ 501426 ] {} <Fatal> BaseDaemon: 27. /data/ch4/src/Interpreters/executeQuery.cpp:1243: DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000033266230
2024.09.27 10:41:04.227492 [ 501426 ] {} <Fatal> BaseDaemon: 28. /data/ch4/src/Interpreters/executeQuery.cpp:1474: DB::executeQuery(String const&, std::shared_ptr<DB::Context>, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000332602be
2024.09.27 10:41:04.308275 [ 501426 ] {} <Fatal> BaseDaemon: 29. /data/ch4/src/Server/TCPHandler.cpp:587: DB::TCPHandler::runImpl() @ 0x000000003580738d
2024.09.27 10:41:04.424278 [ 501426 ] {} <Fatal> BaseDaemon: 30. /data/ch4/src/Server/TCPHandler.cpp:2520: DB::TCPHandler::run() @ 0x000000003583a473
2024.09.27 10:41:04.436610 [ 501426 ] {} <Fatal> BaseDaemon: 31. /data/ch4/base/poco/Net/src/TCPServerConnection.cpp:43: Poco::Net::TCPServerConnection::start() @ 0x0000000039e76c58
2024.09.27 10:41:04.450910 [ 501426 ] {} <Fatal> BaseDaemon: 32. /data/ch4/base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x0000000039e77b2f
2024.09.27 10:41:04.466158 [ 501426 ] {} <Fatal> BaseDaemon: 33. /data/ch4/base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x0000000039dd5f57
2024.09.27 10:41:04.481766 [ 501426 ] {} <Fatal> BaseDaemon: 34. /data/ch4/base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000039dd0fb0
2024.09.27 10:41:04.481850 [ 501426 ] {} <Fatal> BaseDaemon: 35. ? @ 0x00007ffff7c9ca94
2024.09.27 10:41:04.481904 [ 501426 ] {} <Fatal> BaseDaemon: 36. ? @ 0x00007ffff7d29c3c
2024.09.27 10:41:04.481952 [ 501426 ] {} <Fatal> BaseDaemon: Integrity check of the executable skipped because the reference checksum could not be read.
2024.09.27 10:41:04.482182 [ 501426 ] {} <Fatal> BaseDaemon: No settings were changed
```
2024-09-27 13:02:29 +00:00
Pavel Kruglov
e9006c1030
Merge pull request #69556 from hileef/fix/serde/protobuf/bypass-libunwind-on-nested-repeated
fix: protobuf: serde: exception bypass for canonical repeated nested
2024-09-27 12:45:39 +00:00
Kseniia Sumarokova
024e0b1692
Merge pull request #65625 from ClickHouse/fix-read-settings-in-index-loading
Do not use default `ReadSettings` in `readFile` (use `context->getReadSettings()`)
2024-09-27 12:38:33 +00:00
Alexander Tokmakov
971fc8ff34
Update SettingsChangesHistory.cpp 2024-09-27 14:05:33 +02:00
Alexander Tokmakov
a1c1c457b1
Update SettingsChangesHistory.cpp 2024-09-27 14:04:54 +02:00
Yarik Briukhovetskyi
1de0aeac33
Merge pull request #69900 from yariks5s/tostartofinterval-aliases
Add aliases for `toStartOfInterval`
2024-09-27 11:48:48 +00:00
Yarik Briukhovetskyi
c404c0f2f3
Update toStartOfInterval.cpp 2024-09-27 13:43:13 +02:00
Yarik Briukhovetskyi
43177adf2b
Update toStartOfInterval.cpp 2024-09-27 13:22:33 +02:00
Alexey Katsman
9f4e3cfa9c
Update getSettingOrDefault example 2024-09-27 12:19:03 +01:00
shiyer7474
d530e75622 Added documentation for getSetting/getSettingOrDefault 2024-09-27 11:11:18 +00:00
robot-clickhouse
7c6ce8611c Automatic style fix 2024-09-27 10:19:49 +00:00
Nikolai Kochetov
a8fe70f3f2
Merge pull request #68410 from ClickHouse/remove-sorting-from-stream-properties
Remove sorting from query plan stream properties
2024-09-27 10:09:09 +00:00
Nikolai Kochetov
d3a8951267 Add a comment. 2024-09-27 09:55:52 +00:00
Nikolai Kochetov
5cfa066699 Remove unused coulmns from actions in FilterStep. 2024-09-27 09:48:21 +00:00
Andrey Zvonov
d958b24f26 Merge master 2024-09-27 08:37:36 +00:00
zhanglistar
85d89ca439
Merge branch 'ClickHouse:master' into replace-empty-needle 2024-09-27 15:24:54 +08:00
shiyer7474
647f5a01da More code review comments 2024-09-27 05:19:51 +00:00
zhanglistar
5700d6ac48 use chassert instead of assert 2024-09-27 09:35:22 +08:00
zhanglistar
d0f6649cf4 fix style error 2024-09-27 09:29:05 +08:00
Shichao
719628df20
Merge pull request #69978 from arthurpassos/fix_69730
Implement missing decimal cases for `zeroField` function by casting 0 to proper types
2024-09-27 01:05:08 +00:00
Tuan Pham Anh
d08133dc53 1) Update the doc. 2) Update logic for IdentifierQuotingRule::UserDisplay 2024-09-27 00:40:16 +00:00
pufit
99ce4bcb38 Merge branch 'master' into pufit/fix-parse-definers-69752 2024-09-26 20:35:22 -04:00
Alexey Milovidov
cd3d9b3bb1
Merge pull request #61777 from kirillgarbar/symlinks
Valid symlinks for Atomic databases
2024-09-26 21:33:51 +00:00
Igor Nikonov
e76890669f Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup 2024-09-26 20:19:02 +00:00
Igor Nikonov
302eebd6fb Handle RemoteSource processor with priority in pipeline 2024-09-26 20:11:39 +00:00
Andrey Zvonov
6c2beef298 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut 2024-09-26 19:34:24 +00:00
Kseniia Sumarokova
373aeb3f00
Merge pull request #69384 from ClickHouse/fix-s3-queue-with-replicated-database
s3queue: return back default value of processing_threads_num as number of cpu cores
2024-09-26 18:38:58 +00:00
Yarik Briukhovetskyi
076cd2555e
remove a whitespace 2024-09-26 19:39:15 +02:00
Anton Popov
b27207ea27 better serialization hints 2024-09-26 17:38:07 +00:00
Yarik Briukhovetskyi
094da4df8b
init 2024-09-26 19:21:49 +02:00
Alexander Tokmakov
2e25495c35 add a setting to replace dict source with null 2024-09-26 19:00:01 +02:00
Kseniia Sumarokova
ec8cf035c1
Merge branch 'master' into fix-read-settings-in-index-loading 2024-09-26 17:47:15 +01:00
Yarik Briukhovetskyi
71937b9fc8
Merge branch 'ClickHouse:master' into tostartofinterval-aliases 2024-09-26 18:43:52 +02:00
Robert Schulze
d37f254ad1
Merge pull request #70005 from rschu1ze/revert-RIPEMD160
Revert "Add RIPEMD160 function"
2024-09-26 15:55:29 +00:00
Andrey Zvonov
72b0ca1174 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut 2024-09-26 15:45:25 +00:00
Andrey Zvonov
96a15cd339 fix exception on PARTITION ALL 2024-09-26 15:44:56 +00:00
Nikita Mikhaylov
4a137fe794
Merge pull request #65311 from ClickHouse/pufit/radix-grants
Wildcard grants
2024-09-26 14:57:24 +00:00
Alexander Tokmakov
88c98277f4
Merge pull request #69093 from sum12/master
catch additional zk connection errors while creating table
2024-09-26 13:58:04 +00:00
Miсhael Stetsyuk
50855b1a0e
Merge pull request #69871 from ClickHouse/add-readonly-duration-to-system-replicas
add `readonly_duration` to the `system.replicas` table
2024-09-26 13:47:59 +00:00
Dmitry Novik
da553b215e
Merge pull request #69292 from ClickHouse/fix-new-analyzer-evaluateConstantExpression
Support new analyzer in `evaluateConstantExpression`
2024-09-26 13:09:34 +00:00
Nikolai Kochetov
dfe8eb059c Review fixes. 2024-09-26 12:44:06 +00:00
Nikolai Kochetov
e0599ff1e1 Merge branch 'master' into remove-sorting-from-stream-properties 2024-09-26 12:36:35 +00:00
kssenii
d52502a2b6 Increase log level to warning if the setting was changed by user 2024-09-26 13:31:30 +02:00
kssenii
f0a49e4b64 Merge remote-tracking branch 'origin' into fix-s3-queue-with-replicated-database 2024-09-26 12:44:20 +02:00
Robert Schulze
f35ccee19e
Revert "feat: add ripeMD160 support"
This reverts commit 1626589bb3.
2024-09-26 10:31:43 +00:00
Robert Schulze
f8f625412b
Revert "fix: cosmetic"
This reverts commit bb2b660096.
2024-09-26 10:31:34 +00:00
Robert Schulze
248e237f61
Revert "fix: cosmetic"
This reverts commit a0d29c812c.
2024-09-26 10:31:29 +00:00
Robert Schulze
a89677647d
Revert "fix: use OpenSSL RIPEMD160 impl"
This reverts commit 74d8971432.
2024-09-26 10:31:24 +00:00
Robert Schulze
f5758d56b8
Revert "fix: wrap in conditional preprocessor directives"
This reverts commit 54caf1f84e.
2024-09-26 10:30:36 +00:00
Robert Schulze
feedc0eb27
Revert "fix: wrap in conditional preprocessor directives"
This reverts commit 2a32207e9e.
2024-09-26 10:30:31 +00:00
Robert Schulze
fd6f87a01c
Revert "Renamed a function"
This reverts commit 0983c5067a.
2024-09-26 10:29:46 +00:00
Raúl Marín
ad2ee0fdf7
Merge pull request #69895 from Algunenano/analyzer_compatibility
Fix analyzer default with old compatibility value
2024-09-26 10:01:36 +00:00
Alexey Milovidov
c0b22556be
Merge pull request #69984 from ClickHouse/pufit/fix-definers-param-views-69818
Fix definers for parameterized views
2024-09-26 09:42:33 +00:00
Nikita Mikhaylov
846ad05f6d Update src/Storages/System/StorageSystemReplicas.cpp 2024-09-26 09:32:12 +00:00
Michael Stetsyuk
230e27e4d4 add readonly_start_time column to system.replicas 2024-09-26 09:32:12 +00:00
Miсhael Stetsyuk
8dfbb82f9a use std::optional::reset in readonly_duration_timer 2024-09-26 09:32:12 +00:00
Michael Stetsyuk
8f7e662606 add readonly_duration column to the system.replicas table 2024-09-26 09:32:12 +00:00
Dmitry Novik
33e1a1abe1 Merge remote-tracking branch 'origin/master' into fix-new-analyzer-evaluateConstantExpression 2024-09-26 10:36:02 +02:00
JackyWoo
19bbc17b8c Fix build error 2024-09-26 15:37:38 +08:00
Antonio Andelic
414066ee57
Merge pull request #69965 from ClickHouse/fix-test_keeper_mntr_data_size
Fix test_keeper_mntr_data_size
2024-09-26 07:37:08 +00:00
Alexey Milovidov
0d7354953a
Revert "JSONCompactWithProgress query output format" 2024-09-26 09:47:08 +02:00
JackyWoo
2383152d92 Some fixups 2024-09-26 15:32:23 +08:00
Alexey Milovidov
69cbf80daf
Merge branch 'master' into symlinks 2024-09-26 08:38:19 +02:00
zhanglistar
dc74f0dd0f format code 2024-09-26 14:20:19 +08:00
zhanglistar
be7a21c8d9 fix FixedString input for replace and clean some logic 2024-09-26 14:15:43 +08:00
Tuan Pham Anh
3fc2f551d1 Try to get table with the database and table names when resolving the table identifier 2024-09-26 06:12:59 +00:00
pufit
5226d3c0c3 Fix param views with definers 2024-09-26 01:08:26 -04:00
pufit
2cd2eb9b56 Fix parsing for definers 2024-09-26 00:25:21 -04:00
shiyer7474
454137f731 PR review feedback incorporated 2024-09-26 03:35:06 +00:00
Alexey Milovidov
63d5a3744e
Update KeyCondition.cpp 2024-09-26 02:12:23 +02:00
Anton Popov
8cbc432c3b fix tests 2024-09-26 00:11:25 +00:00
Alexey Milovidov
77d59de78a
Update KeyCondition.cpp 2024-09-26 02:07:53 +02:00
Alexey Milovidov
b2a3a9230c
Update KeyCondition.h 2024-09-26 02:06:25 +02:00
Alexey Milovidov
e9c5814e88
Update KeyCondition.cpp 2024-09-26 02:03:57 +02:00
Alexey Milovidov
1903feb0f2
Update KeyCondition.cpp 2024-09-26 01:57:05 +02:00
Alexey Milovidov
b27b78e1c8
Update KeyCondition.cpp 2024-09-26 01:53:51 +02:00
Alexey Milovidov
fa24529613
Update KeyCondition.cpp 2024-09-26 01:52:34 +02:00
Alexey Milovidov
d8272757a1
Update KeyCondition.cpp 2024-09-26 01:46:54 +02:00
Alexey Milovidov
4cde163fb1
Update KeyCondition.h 2024-09-26 01:46:24 +02:00
Alexey Milovidov
23529b5945
Merge pull request #69743 from iskakaushik/s3-allows-dots
Add test parsing s3 URL with a bucket name including a dot
2024-09-25 22:58:15 +00:00
pufit
a140fb48b6 More tests, more docstrings, some fixes 2024-09-25 17:04:49 -04:00
Raúl Marín
037d759604 Merge remote-tracking branch 'blessed/master' into readAndMerge 2024-09-25 22:59:28 +02:00
Raúl Marín
d97fceb700 Merge remote-tracking branch 'blessed/master' into analyzer_compatibility 2024-09-25 22:57:56 +02:00
Raúl Marín
e1d684007c
Merge pull request #69914 from Algunenano/dbms_functionless
Remove dbms dependency on clickhouse_functions
2024-09-25 20:42:32 +00:00
Arthur Passos
b55c2df393 naive fix 2024-09-25 17:06:44 -03:00
Marco Vilas Boas
914db0aa04
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-25 18:42:42 +01:00
pufit
2b142ca0e5 Merge branch 'master' into pufit/radix-grants
# Conflicts:
#	src/Access/Common/AccessRightsElement.h
#	src/Parsers/Access/ASTGrantQuery.cpp
2024-09-25 12:24:37 -04:00
Nikita Mikhaylov
2003f91389
Merge pull request #63151 from ClickHouse/parallel-replicas-beta
Rework parallel replicas settings
2024-09-25 16:14:43 +00:00
kssenii
f337fef8e2 Fix build 2024-09-25 18:11:04 +02:00
kssenii
a02f222326 Merge remote-tracking branch 'origin' into fix-read-settings-in-index-loading 2024-09-25 17:53:08 +02:00
Kseniia Sumarokova
8fe3e11ed5
Merge pull request #69769 from ClickHouse/fix-s3-queue-incompatibility
S3Queue: support having deprecated settings to not fail server startup
2024-09-25 15:51:22 +00:00
Anton Popov
f0f6b11e93 convert sparse to full for indexes 2024-09-25 15:41:39 +00:00
Antonio Andelic
6a96048336 Fix test_keeper_mntr_data_size 2024-09-25 17:31:22 +02:00
Alexey Milovidov
df57b5fe90
Merge pull request #66801 from scanhex12/enum_json
Autocast Strings to Int for Enum for JSON
2024-09-25 15:14:29 +00:00
Anton Popov
5f2c511f27 Merge remote-tracking branch 'upstream/master' into HEAD 2024-09-25 14:47:06 +00:00
Yarik Briukhovetskyi
3237ac5704
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-25 16:20:13 +02:00
kssenii
42b4494cc4 Style 2024-09-25 16:15:23 +02:00
kssenii
38eb656c38 Fix error The specified key does not exist 2024-09-25 16:02:52 +02:00
Anton Popov
65b1324292 Merge remote-tracking branch 'upstream/master' into HEAD 2024-09-25 13:30:40 +00:00
Antonio Andelic
dc967bf956 Fix auth 2024-09-25 14:59:25 +02:00
avogar
8386c30405 Merge branch 'master' of github.com:ClickHouse/ClickHouse into create-or-replace-view-deps 2024-09-25 12:47:34 +00:00
Robert Schulze
38b77a0cde
Merge pull request #69928 from rschu1ze/less-public-private-diff
Minor: Reduce diff between public and private repo
2024-09-25 12:13:39 +00:00
Raúl Marín
1aabde6d4b Add OMIT_HEAVY_DEBUG_SYMBOLS to selected inherited files 2024-09-25 13:36:05 +02:00
Robert Schulze
71a6b40e68
Reduce diff between public and private repo 2024-09-25 11:24:07 +00:00
Raúl Marín
66f7ca7ee8 Add comments around extract_into_parent_list usages 2024-09-25 13:11:31 +02:00
Nikita Mikhaylov
8c4aea735a
Merge pull request #69901 from ClickHouse/rename-ripe
Rename `ripeMD160` to `RIPEMD160`
2024-09-25 10:50:59 +00:00
Nikita Mikhaylov
7b19c65890 Return back obsolete setting 2024-09-25 10:47:57 +00:00
Nikita Mikhaylov
45e781c66f Interesting hack 2024-09-25 10:47:57 +00:00
Nikita Mikhaylov
5ecb2d600b Better 2024-09-25 10:47:57 +00:00
Nikita Mikhaylov
917ba02293 Adjust settings 2024-09-25 10:47:57 +00:00
Nikita Mikhaylov
3d5764028b Fix build and test 2024-09-25 10:47:57 +00:00
Nikita Mikhaylov
32fa2415ba Parallel replicas is Beta 2024-09-25 10:47:56 +00:00
Nikita Mikhaylov
a708e175dc Fixed fast test 2024-09-25 10:47:56 +00:00
Alexey Milovidov
a05c72c9a5 Parallel replicas feature is Beta 2024-09-25 10:47:56 +00:00
Tuan Pham Anh
7d9ac58ae5 Fix style check error 2024-09-25 10:30:41 +00:00