Commit Graph

144682 Commits

Author SHA1 Message Date
Pablo Marcos
6a95f19958 Minor changes found reviewing to remove the draft status 2024-06-18 15:42:57 +00:00
Pablo Marcos
4c38f9fb34 Improve error_log test to ensure errors are propagated 2024-06-18 15:29:27 +00:00
Pablo Marcos
d20239d49e Fix for real the CI style check. This time is personal 2024-06-18 14:29:47 +00:00
Pablo Marcos
c7472f46a8 Move ValuePair to the internal implementation
Attempt #3 to fix CI style check.
The good thing is that there was no need to expose ValuePair
to the outside.
2024-06-18 13:51:18 +00:00
Pablo Marcos
7b47032d37 Fix style check 2024-06-18 12:00:12 +00:00
Pablo Marcos
257ee5c3af Fix CI style check 2024-06-18 09:54:25 +00:00
Pablo Marcos
4d7800e6c3 Remove more unused includes 2024-06-18 09:54:15 +00:00
Pablo Marcos
5da425ecb0 Add documentation 2024-06-18 09:09:33 +00:00
Pablo Marcos
216d26987a Add test and config changes for system.error_log 2024-06-18 08:37:40 +00:00
Pablo Marcos
f10f266ea3 Remove unused imports 2024-06-18 08:37:40 +00:00
Pablo Marcos
0ae0ca1a95 Add system.error_log that flushes periodically system.errors to disk 2024-06-18 08:37:40 +00:00
Pablo Marcos
a2f3bdbe83 Remove unused headers 2024-06-18 08:37:40 +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
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
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
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
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
Alexey Milovidov
8b1f1947f7 Slightly better user-agent 2024-06-16 17:39:36 +02:00
Alexey Milovidov
35ce8c6e72 Version in User-Agent 2024-06-16 17:32:41 +02:00
Alexey Milovidov
2c1918908a Revert "Debug AWS"
This reverts commit 20ca8f8714.
2024-06-16 17:12:55 +02:00
Alexey Milovidov
b41bb96605 Revert "Debug AWS"
This reverts commit 642dc35a76.
2024-06-16 17:12:19 +02:00