Commit Graph

13110 Commits

Author SHA1 Message Date
alesapin
4701429db4
Merge pull request #62773 from hileef/fix/update/nested-columns-size-check
fix: update: nested materialized columns: size check fixes
2024-04-29 09:27:39 +00:00
Alexey Milovidov
c570316c87
Merge branch 'master' into analyzer-support-recursive-cte 2024-04-29 02:26:59 +02:00
Maksim Kita
bd1189de70 Fixed tests 2024-04-28 12:52:17 +03:00
Maksim Kita
06d2c18f26 Analyzer support recursive CTEs 2024-04-28 12:52:17 +03:00
Maksim Kita
b080adb586 Fixed build 2024-04-28 12:52:05 +03:00
Maksim Kita
8ed6f4c27a Fixed code review issues 2024-04-28 12:52:05 +03:00
Maksim Kita
bc6db79737 QueryPlan convert OUTER JOIN to INNER JOIN optimization 2024-04-28 12:52:04 +03:00
Nikita Taranov
c14fb847da
Merge pull request #62047 from azat/dist/fix-IN-rewrite
Fix optimize_skip_unused_shards_rewrite_in for composite sharding key
2024-04-27 18:39:34 +00:00
Alexey Milovidov
a75a9e37be
Merge pull request #62534 from ClickHouse/Azure_write_buffer_parallel_upload
Support parallel write buffer for AzureBlobStorage
2024-04-27 13:59:55 +00:00
Nikita Mikhaylov
ed7e4291ab
Merge pull request #62937 from ClickHouse/docs-remove-replicated-experimental-tag
Remove experimental tag from Replicated database engine
2024-04-26 17:56:06 +00:00
Raúl Marín
25d7f24f0f
Merge pull request #63004 from Algunenano/remove_optimize_monotonous_functions_in_order_by
Remove optimize_monotonous_functions_in_order_by setting
2024-04-26 12:13:50 +00:00
alesapin
56039c91f9
Update src/Interpreters/MutationsInterpreter.cpp 2024-04-26 13:51:25 +02:00
Kseniia Sumarokova
ce5ea3b05a
Merge pull request #62925 from ClickHouse/fix-temporary-data-in-cache-base-directory-creation
Fix temporary data in cache incorrectly processing failure of cache key directory creation
2024-04-26 10:17:45 +00:00
Smita Kulkarni
3ace11f92d Merge branch 'master' into Azure_write_buffer_parallel_upload 2024-04-26 10:27:41 +02:00
Raúl Marín
09ff42de0f Remove optimize_monotonous_functions_in_order_by 2024-04-25 21:46:15 +02:00
kssenii
acd7292be0 Fix abort in temporary data in cache 2024-04-25 20:00:40 +02:00
Nikita Mikhaylov
f43a155aa9 Make allow_experimental_database_replicated obsolete. 2024-04-25 13:05:14 +00:00
kssenii
6dc48de031 Fix 2024-04-25 14:55:09 +02:00
Kseniia Sumarokova
8cea79ac91
Merge pull request #62868 from kitaisreal/system-drop-uninitialized-cache-fix
SYSTEM DROP uninitialized cache fix
2024-04-25 09:28:44 +00:00
kssenii
7530dd57f1 Fix 2024-04-24 18:51:45 +02:00
Maksim Kita
a4055ae879 SYSTEM DROP uninitialized cache fix 2024-04-24 17:46:15 +03:00
Alexey Katsman
ca4e2f581a Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
Alexey Milovidov
642da7934a
Merge pull request #62751 from ClickHouse/block-cannot-allocate-thread-fault-injection-in-transaction
Block cannot allocate thread fault in noexcept functions in `MergeTreeTransaction`
2024-04-23 02:38:46 +00:00
Anton Popov
f29f3b9ba9
Merge pull request #62117 from pamarcos/pamarcos/copy_comment_in_create_as_statement
Copy comment when using CREATE AS statement
2024-04-22 09:52:21 +00:00
Smita Kulkarni
065eceecbf Merge branch 'master' into Azure_write_buffer_parallel_upload 2024-04-19 17:37:15 +02:00
Eliot Hautefeuille
520aa02059
fix: update: nested materialized columns: size check fixes 2024-04-19 00:10:41 +02:00
jsc0218
7525b2acf4
Merge pull request #60117 from jsc0218/TableEngineGrant_version2
TableEngineGrant_version2
2024-04-18 14:30:34 +00:00
János Benjamin Antal
aca46eecc9 Block cannot allocate thread fault in noexcept functions in MergeTreeTransaction 2024-04-18 10:30:36 +00:00
Pablo Marcos
2a65b0091e Merge branch 'master' into pamarcos/copy_comment_in_create_as_statement 2024-04-18 07:12:14 +02:00
kssenii
bd49f50a71 Fix 2024-04-17 12:07:25 +01:00
jsc0218
80fa1ab89a fix 2024-04-17 00:31:15 +00:00
Alexander Tokmakov
d2c3d98844
Merge pull request #62663 from ClickHouse/tavplubix-patch-10
Update TransactionLog.cpp
2024-04-16 14:54:47 +00:00
Robert Schulze
7fa294d42d
Merge remote-tracking branch 'rschu1ze/master' into qc-hash 2024-04-16 13:38:46 +00:00
Nikita Mikhaylov
41cce7f353
Merge pull request #62667 from ClickHouse/backup_log_event_time
Unify sorting key for system tables
2024-04-16 12:29:47 +00:00
Robert Schulze
2b23c7cc30
Change query cache keys from ASTs to AST hashes 2024-04-16 09:27:20 +00:00
Kseniia Sumarokova
dfd3bbe223
Merge pull request #62555 from ClickHouse/fixes-for-dynamic-cache-resize
Follow up to #61723
2024-04-15 22:17:34 +00:00
Nikita Mikhaylov
952262107e Done 2024-04-15 16:19:54 +00:00
Vitaly Baranov
4efa03717b
Merge pull request #62601 from vitlibar/avoid-evaluating-table-defaults-while-restoring
Avoid evaluating table DEFAULT expressions while executing RESTORE
2024-04-15 15:32:42 +00:00
Alexander Tokmakov
42e441d27a
Update TransactionLog.cpp 2024-04-15 17:32:28 +02:00
Azat Khuzhin
8a1fe33304 Disable optimize_skip_unused_shards_rewrite_in for composite keys
It never worked, since shardContains() accept only one value, and it
will throw "Not found column X in block" when sharding key consist from
multiple columns.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-15 11:53:56 +02:00
Azat Khuzhin
32ed192434 Fix incorrect sharding key types for optimize_skip_unused_shards_rewrite_in
Before it always uses the first column from sample block, while it is
not guaranteed.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-15 11:53:56 +02:00
Pablo Marcos
9d87cec843 Don't use ASTPtr for the comment following feedback in the PR 2024-04-14 17:58:55 +02:00
Pablo Marcos
e3a0abd415 Merge branch 'master' into pamarcos/copy_comment_in_create_as_statement 2024-04-14 17:11:20 +02:00
Alexander Tokmakov
d510c3ac55
Merge pull request #62266 from ClickHouse/cannot_allocate_thread
Add fault injection for "Cannot allocate thread"
2024-04-12 14:40:42 +00:00
kssenii
a4afe0ad06 One more fix 2024-04-12 16:37:04 +02:00
Vitaly Baranov
df681f3e82 Avoid evaluating table default expressions while restoring from a backup. 2024-04-12 15:45:53 +02:00
Alexander Tokmakov
b5ff1c0a6e
Merge branch 'master' into cannot_allocate_thread 2024-04-12 13:35:14 +02:00
Kseniia Sumarokova
db46866db7
Merge pull request #62551 from ClickHouse/fix-assertion-in-cache-slru
Fix assertion in stress test
2024-04-12 11:18:29 +00:00
kssenii
faf783e66f Remove redundant change 2024-04-12 12:55:02 +02:00
kssenii
f7dc28984c Add a comment, an actual fix for the bug 2024-04-12 12:33:11 +02:00