Commit Graph

58741 Commits

Author SHA1 Message Date
Nikita Mikhaylov
e48ebf5529 Fixed build and tests 2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
a98ec2e0e9 Update src/Formats/EscapingRuleUtils.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
04897eb0fa Done 2024-06-14 01:43:47 +02:00
Raúl Marín
594a0e9a1a
Merge pull request #65200 from Algunenano/server_warnings_desc
Fix the descriptions of some server settings
2024-06-13 21:29:56 +00:00
Max K
87f451d764
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported" 2024-06-13 22:36:57 +02:00
Alexey Milovidov
dcbfa50446
Merge pull request #51008 from ClickHouse/nopresigned
Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported
2024-06-13 21:25:38 +02:00
Sema Checherinda
e8c0caa5ab
Merge pull request #63314 from arthurpassos/no_proxy_support
Add `no_proxy` support
2024-06-13 15:48:12 +00:00
Kseniia Sumarokova
9551f3b98a
Merge pull request #65208 from ClickHouse/sync-profile-events
Sync ProfileEvents.h
2024-06-13 15:46:52 +00:00
Alexander Gololobov
cb84733143
Merge pull request #65051 from ClickHouse/fix_capture_this_in_context_access
Capture weak_ptr of ContextAccess for safety
2024-06-13 13:37:36 +00:00
kssenii
88b6b2732a Sync changes 2024-06-13 15:14:05 +02:00
Antonio Andelic
61012a86aa
Merge pull request #64365 from ClickHouse/fix-gwp-asan
Try to fix GWPAsan
2024-06-13 13:09:11 +00:00
Alexander Tokmakov
c24e905bc6
Merge pull request #65184 from ClickHouse/tavplubix-patch-14
Add an assertion in ReplicatedMergeTreeQueue
2024-06-13 13:02:50 +00:00
Sergei Trifonov
b37e443b3b
Merge pull request #64403 from ClickHouse/fix-comment
Remove wrong comment
2024-06-13 12:32:33 +00:00
János Benjamin Antal
5cff2bca77
Merge pull request #64888 from azat/client-cancelled-message
Fix possible loss of "Query was cancelled" message in client (fixes 03023_zeros_generate_random_with_limit_progress_bar flakiness)
2024-06-13 12:24:27 +00:00
Raúl Marín
afae991bf7
Merge pull request #65185 from Algunenano/another_dict_short_circuit_bug
Fix bug in short circuit optimization with cache dictionaries
2024-06-13 11:06:16 +00:00
Raúl Marín
98d92b3be2 Fix the descriptions on some server settings 2024-06-13 12:54:31 +02:00
Alexander Gololobov
fd586aaea4 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix_capture_this_in_context_access 2024-06-13 09:12:43 +02:00
Sema Checherinda
b4b6d08908
Merge pull request #65152 from ClickHouse/chesema-ajust-tests-with-times
rework tests with sleep: use sleep_until instead sleep_for
2024-06-12 16:17:54 +00:00
Alexander Tokmakov
bf04aebc94
Update ReplicatedMergeTreeQueue.cpp 2024-06-12 18:00:19 +02:00
Raúl Marín
5f5a6d5f10 Fix bug in short circuit optimization with cache dictionaries 2024-06-12 17:51:17 +02:00
Nikita Mikhaylov
f6e71dc6bc
Merge pull request #65135 from ClickHouse/bloc
Fix 'Tasks in BackgroundSchedulePool cannot throw' caused by MergeTreeData::loadUnexpectedDataParts()
2024-06-12 15:47:43 +00:00
Nikita Mikhaylov
29ec6519f1
Merge pull request #63699 from tomershafir/io-uring-improve-resubmits-visibility
io_uring: improve resumbits visibility
2024-06-12 15:46:31 +00:00
Nikolai Kochetov
af6afd9043
Merge pull request #65090 from ClickHouse/fix-analyzer-interpolate-alias-remote
Fix INTERPOLATE (alias) for remote queries with analyzer.
2024-06-12 13:02:38 +00:00
Sema Checherinda
a7f3c9fde8
Update src/Common/tests/gtest_resolve_pool.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-06-12 13:52:19 +02:00
Nikolai Kochetov
410f0b643d
Merge pull request #65057 from ClickHouse/refactor-prewhere-storage-merge
Refactor query plan prewhere optimization for Merge
2024-06-12 11:50:26 +00:00
Kruglov Pavel
085c406f1f
Merge pull request #64641 from azat/fix-float-inference
Fix type inference for float (in case of small buffer)
2024-06-12 11:38:54 +00:00
Sema Checherinda
4b252dea72 rework tests with sleep: use sleep_until instead sleep_for 2024-06-12 13:04:42 +02:00
Nikolai Kochetov
31a978d75d
Merge pull request #65104 from ClickHouse/analyzer-fix-agg-arithm-opt
Analyzer: Fix AggregateFunctionsArithmericOperationsPass
2024-06-12 10:45:56 +00:00
Raúl Marín
7683f06188
Revert "S3: reduce retires time for queries, increase retries count for backups" 2024-06-12 11:26:21 +02:00
Michael Kolupaev
af9f8ddbfa Move an unrelated setting to the correct section of SettingsChangesHistory.h 2024-06-11 23:06:59 +00:00
Michael Kolupaev
08504d7b1b Change default s3_throw_on_zero_files_match to true, document that pre-signed S3 URLs are not supported 2024-06-11 23:06:59 +00:00
Michael Kolupaev
1ad6485175 Fix 'Tasks in BackgroundSchedulePool cannot throw' caused by MergeTreeData::loadUnexpectedDataParts() 2024-06-11 22:50:57 +00:00
vdimir
c75a5ef699
Merge pull request #65053 from ClickHouse/revert-65049-revert-64924-vdimir/blob_storage_log_minor_fixes
Revert "Revert "Fix duplicating Delete events in blob_storage_log""
2024-06-11 17:07:59 +00:00
Nikolai Kochetov
fe4c4db6ac
Merge pull request #65081 from ClickHouse/fix-64849
Fix infinite query duration in case of cyclic aliases.
2024-06-11 17:03:52 +00:00
Robert Schulze
cb5d929dcd
Merge pull request #64814 from rschu1ze/stabilize-row-ordering
Make row order optimization non-experimental
2024-06-11 15:09:44 +00:00
Anton Popov
c5406bfd29
Merge pull request #64580 from CurtizJ/skip-indexes-vertical-merge
Calculate skip indexes on vertical stage of merge
2024-06-11 15:07:29 +00:00
Antonio Andelic
f51ed35200 Merge branch 'master' into fix-gwp-asan 2024-06-11 16:57:50 +02:00
Nikolai Kochetov
9f54007eb8 Fix style. 2024-06-11 14:47:35 +00:00
Nikolai Kochetov
62b732a1fa Remove unused code. 2024-06-11 14:41:23 +00:00
Dmitry Novik
3680ff07ea Analyzer: Fix AggregateFunctionsArithmericOperationsPass 2024-06-11 16:34:53 +02:00
Igor Nikonov
b403f13381
Merge pull request #63796 from ClickHouse/pr-plan-rewrite
Rewrite plan for parallel replicas in Planner
2024-06-11 13:45:39 +00:00
Nikolai Kochetov
96fcc3044c
Merge pull request #60463 from amosbird/trivial-count-opt
Trivial count optimization with primary key
2024-06-11 12:26:57 +00:00
vdimir
6f513de001
Merge pull request #65008 from ClickHouse/allow_experimental_join_condition
Make a setting `allow_experimental_join_condition` not IMPORTANT
2024-06-11 11:29:13 +00:00
Nikolai Kochetov
be154c37b7 Refactor and cleanup. 2024-06-11 11:05:04 +00:00
Nikolai Kochetov
5f6904fa38 Add a comment. 2024-06-11 10:23:56 +00:00
Nikolai Kochetov
88fffcd171 Fix INTERPOLATE (alias) for remote queries with analyzer. 2024-06-11 10:16:16 +00:00
Robert Schulze
a96513ff96
Update src/Storages/MergeTree/MergeTreeDataWriter.cpp
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
2024-06-11 12:10:29 +02:00
Robert Schulze
61d9280e96
Update src/Storages/MergeTree/MergeTreeDataWriter.cpp
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
2024-06-11 12:10:23 +02:00
Daniil Ivanik
e493856ddf
Merge pull request #64668 from KevinyhZou/improve_greatest_least_nullable_type
Improve function least/greatest for nullable numberic type arguments
2024-06-11 09:20:15 +00:00
János Benjamin Antal
8792db6321
Merge pull request #64427 from liuneng1994/adapting-parquet-block-size
Adapting parquet reader output block rows
2024-06-11 09:16:36 +00:00