Commit Graph

144699 Commits

Author SHA1 Message Date
Alexey Milovidov
fa5d4cfea1 Fix error 2024-06-20 00:41:14 +02:00
Alexey Milovidov
16c3e36b5a Simplification 2024-06-19 22:50:52 +02:00
Alexey Milovidov
11d54f4809 Pass-through settings from the client 2024-06-18 15:18:53 +02:00
Alexey Milovidov
1df895f3da Minor changes 2024-06-18 14:04:40 +02:00
Alexey Milovidov
857443c495 Merge branch 'master' into format-settings-parsing 2024-06-18 11:12:31 +02:00
Max K
abb88e4d60
Merge pull request #65045 from ClickHouse/ci_config_refactoring
CI: ci_config refactoring
2024-06-18 08:17:35 +00:00
Dmitry Novik
2d051f20b0
Merge pull request #65110 from ClickHouse/analyzer-fix-agg-name-rewriting
Analyzer: Fix aggregate function name rewriting
2024-06-18 07:14:00 +00:00
Antonio Andelic
cfe85b5e71
Merge pull request #65245 from ClickHouse/maybe-less-flaky-01019_alter_materialized_view_consistent
Less flaky `01019_alter_materialized_view_consistent`
2024-06-18 06:52:44 +00:00
Antonio Andelic
100689a190
Merge pull request #65198 from aalexfvk/fix_keeper_close_session_bug
Fix a bug in ClickHouse Keeper that causes digest mismatch during closing session
2024-06-18 06:51:53 +00:00
Alexander Tokmakov
80b2300d98
Merge pull request #65301 from ClickHouse/chesema-mute-flaky-test
mute test test_query_is_canceled_with_inf_retries
2024-06-17 22:08:36 +00:00
Sema Checherinda
6b362c1cd6 Merge branch 'master' into chesema-mute-flaky-test 2024-06-17 23:12:39 +02:00
Alexander Tokmakov
856f5c395a
Merge pull request #65361 from ClickHouse/revert-65164-ecs
Revert "Fix AWS ECS"
2024-06-17 21:12:36 +00:00
Alexander Tokmakov
b150b0f5fa
Revert "Fix AWS ECS" 2024-06-17 23:11:59 +02:00
Kruglov Pavel
fb50f9475d
Merge pull request #65009 from yariks5s/group_concat
Aggregate function groupConcat (#63671)
2024-06-17 18:56:48 +00:00
Kruglov Pavel
9894383aef
Merge pull request #65342 from Avogar/old-analyzer-variant-tests
Move tests 02942_variant_cast and 02944_variant_as_common_type to analyzer_tech_debt.txt
2024-06-17 18:53:26 +00:00
Kruglov Pavel
5d70cfaacc
Merge pull request #65333 from iceFireser/master
add tests for 'boom filter index with map'
2024-06-17 18:52:58 +00:00
alesapin
a29babcb61
Merge pull request #65323 from ClickHouse/remove-outdated-override-in-stress-test
Remove outdated override in stress tests
2024-06-17 18:32:08 +00:00
Kruglov Pavel
903b09b46d
Merge pull request #65164 from ClickHouse/ecs
Fix AWS ECS
2024-06-17 18:31:18 +00:00
Kruglov Pavel
fa2a6f281c
Merge pull request #65144 from Blargian/footer_column__names
Pretty formats: display column names in footer if the table is long.
2024-06-17 18:25:56 +00:00
Raúl Marín
69d108f6d7
Merge pull request #65203 from Algunenano/direct_dict
Fix bug in short circuit optimization with direct dictionaries
2024-06-17 18:16:51 +00:00
Kruglov Pavel
ed3fb0c502
Merge pull request #65310 from azat/tests/01246_buffer_flush
Fix 01246_buffer_flush flakiness (by tuning timeouts)
2024-06-17 17:41:54 +00:00
Aleksei Filatov
d3e9751c87 Merge remote-tracking branch 'upstream/master' into fix_keeper_close_session_bug 2024-06-17 20:28:56 +03:00
Dmitry Novik
699f6334cb Fix condition 2024-06-17 17:38:18 +02:00
Kruglov Pavel
bbe3a9f78e
Merge pull request #65341 from ClickHouse/Avogar-patch-3
Fix crash in 03036_dynamic_read_subcolumns
2024-06-17 15:09:49 +00:00
Raúl Marín
4030c15cfc
Merge pull request #65242 from Algunenano/bcrypt_logical
Add validation when creating a user with bcrypt_hash
2024-06-17 14:37:40 +00:00
Sema Checherinda
eec118b703
Merge pull request #63562 from GSokol/feat-59620
[feature] A setting `http_response_headers`
2024-06-17 13:52:37 +00:00
Yarik Briukhovetskyi
108f3f9725
Merge branch 'ClickHouse:master' into group_concat 2024-06-17 14:22:09 +02:00
Kruglov Pavel
bd4e76b1b8
Merge pull request #65063 from Avogar/avoid-write-to-finalized-buffer
Avoid writing to finalized buffer in File-like storages
2024-06-17 12:22:07 +00:00
Kruglov Pavel
10faefb266
Merge pull request #64206 from Avogar/fix-uncaught-exception
Fix abort on uncaught exception in ~WriteBufferFromFileDescriptor in StatusFile
2024-06-17 12:20:16 +00:00
avogar
6360a0a357 Move tests 02942_variant_cast and 02944_variant_as_common_type to analyzer_tech_debt.txt and remove set allow_experimental_analyzer=0 2024-06-17 12:03:37 +00:00
Max K
e13ff4ec43 add Builds_2 dependency for Build_Report 2024-06-17 14:00:58 +02:00
Yarik Briukhovetskyi
a826d7130f
Rearranged includes 2024-06-17 13:57:59 +02:00
Kruglov Pavel
b2947d9b49
Fix crash in 03036_dynamic_read_subcolumns 2024-06-17 13:52:30 +02:00
robot-clickhouse
9f64e46f5e Automatic style fix 2024-06-17 10:55:44 +00:00
Max K
59b871663f More ci unit tests 2024-06-17 12:41:35 +02:00
Aleksei Filatov
ae9e25ffe5 Merge remote-tracking branch 'upstream/master' into fix_keeper_close_session_bug 2024-06-17 10:53:55 +03:00
Antonio Andelic
d9a11faf4a
Merge pull request #64842 from Unalian/jemalloc_as_metric
[feature] Add an asynchronous metric jemalloc.profile.active to show whether sampling is currently active
2024-06-17 07:10:15 +00:00
Alexey Milovidov
d9c4a3bea6 Merge branch 'master' into ecs 2024-06-17 08:48:44 +02:00
Max K
f00750a152 do not overwrite Sync status if set 2024-06-17 08:33:31 +02:00
Alexey Milovidov
67a539292e Update test 2024-06-17 08:33:11 +02:00
Alexey Milovidov
87a2e5f390 Fix error 2024-06-17 08:30:55 +02:00
Alexey Milovidov
778807a888 Fix error; remove garbage 2024-06-17 08:22:36 +02:00
Alexey Milovidov
141688932a
Merge pull request #65294 from Blargian/docs_float_fix
[Docs] make `Float` page prettier
2024-06-17 05:46:35 +00:00
Alexey Milovidov
f5da9e4240 Add a test 2024-06-17 07:01:44 +02:00
Alexey Milovidov
e91dd71d4e Settings normalization 2024-06-17 07:01:06 +02:00
Alexey Milovidov
6bc7671d73 Merge branch 'master' into format-settings-parsing 2024-06-17 05:53:08 +02:00
Alexey Milovidov
9866faf15c Merge branch 'master' into remove-outdated-override-in-stress-test 2024-06-17 05:40:28 +02:00
Alexey Milovidov
cf0e578a38 Merge branch 'master' into ecs 2024-06-17 05:39:00 +02:00
iceFireser
9cc4cc6d3c add tests for 'boom filter index with map' 2024-06-17 11:01:16 +08:00
pufit
9cb38f95ba
Merge pull request #64595 from ClickHouse/pufit/fix-definers-restore
Fix restore from backup for definers
2024-06-17 02:56:27 +00:00