Commit Graph

65783 Commits

Author SHA1 Message Date
Alexey Milovidov
d376f125b0 Merge branch 'master' into better-log-messages-22 2024-10-28 06:34:44 +01:00
Alexey Milovidov
8807fe3bb5 Better log messages 2024-10-28 00:57:13 +01:00
Alexey Milovidov
78d104c0f3 Lower log levels in S3 2024-10-27 02:37:19 +01:00
Alexey Milovidov
d124b8cdf2
Merge pull request #70859 from ortyomka/fix/70399
add user content-type overriding
2024-10-26 22:33:50 +00:00
Alexey Milovidov
10ce7c54f8
Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
Alexey Milovidov
d6b38a9eae
Revert "Miscellaneous" 2024-10-26 20:59:26 +02:00
Alexey Milovidov
c99b77a1c7
Merge pull request #71070 from ClickHouse/sync-with-private
Miscellaneous
2024-10-26 20:58:51 +02:00
Alexey Milovidov
b3ebe0dc26 Fixup of TrivialMergeSelector 2024-10-26 20:55:43 +02:00
robot-clickhouse
a7ff9bfb1c Update autogenerated version to 24.11.1.1 and contributors 2024-10-26 11:01:35 +00:00
ortyomka
d70770d557 Merge remote-tracking branch 'upstream/master' into fix/70399 2024-10-25 21:10:03 +00:00
Alexey Milovidov
1a1a920992
Merge pull request #71034 from ClickHouse/fix-remote-source-assert
Fix assert in RemoteSource::onAsyncJobReady()
2024-10-25 22:57:09 +02:00
Raúl Marín
9006eec35d
Merge pull request #71019 from Algunenano/settings6
Move remaining settings objects to pImpl and start simplification
2024-10-25 20:23:12 +00:00
Alexey Milovidov
4b5ddd2d81 Add various trash 2024-10-25 21:35:32 +02:00
Alexey Milovidov
7d6beb5587 Add a lot of minor things from the private repository 2024-10-25 20:00:24 +02:00
Alexey Milovidov
aaca3b6156
Merge pull request #60264 from amosbird/fix-59992
Fix toHour-like conversion functions' monotonicity when optional time zone argument is passed
2024-10-25 18:17:19 +02:00
Alexey Milovidov
30b983794f
Merge pull request #61091 from amosbird/fix-61064
Relax supportsPrewhere check for StorageMerge
2024-10-25 18:15:45 +02:00
Smita Kulkarni
22899c1caf
Merge pull request #71042 from KevinyhZou/improve_from_to_utc_timestamp_func
Improve performance of from_unix_timestamp/to_unix_timestamp functions
2024-10-25 15:31:03 +00:00
Yarik Briukhovetskyi
bc98110628
Merge pull request #70914 from yariks5s/fix_logical_error_substrings
Fix logical error for substrings
2024-10-25 15:20:29 +00:00
Raúl Marín
7b9ee84cf7
Merge branch 'master' into settings6 2024-10-25 22:01:23 +08:00
Raúl Marín
3e8bc8bf18
Merge pull request #69619 from bigo-sg/enable_quantile_exact_interpolate_new
Support aggreate function quantileExactWeightedInterpolated, which is a interpolated implementation based on quantileExactWeighted
2024-10-25 13:59:43 +00:00
Antonio Andelic
6a5742a6cb
Merge pull request #70972 from ClickHouse/fix-keeper-with-xid-64
Fix Keeper entry serialization compatibility
2024-10-25 13:44:16 +00:00
Nikita Taranov
4f9e02976d
Merge pull request #70929 from ClickHouse/enable_bg_download_back
Enable back background download to fs cache
2024-10-25 13:24:45 +00:00
Vitaly Baranov
7ae91eeda6
Merge pull request #71038 from vitlibar/fix-error-message-in-read-buffer-from-s3
Fix showing error message in ReadBufferFromS3 when retrying
2024-10-25 13:05:52 +00:00
Han Fei
6f3e25b50d
Merge pull request #70737 from KevinyhZou/support_datetime64_parse_joda_syntax
Support parse `DateTime64` and timezone in joda syntax
2024-10-25 12:37:15 +00:00
Raúl Marín
104298925b Add missing constructors and remove unmacro'd code 2024-10-25 12:59:32 +02:00
Pablo Marcos
26f2c5b07b
Merge pull request #66532 from pamarcos/system-query-metric-log
Add system.query_metric_log
2024-10-25 10:54:09 +00:00
Igor Nikonov
7f87dc031b
Merge branch 'master' into fix-remote-source-assert 2024-10-25 12:38:05 +02:00
kevinyhzou
7abff8c345 review fix 2024-10-25 17:55:43 +08:00
taiyang-li
7597e282ad fix failed uts 2024-10-25 17:51:52 +08:00
Antonio Andelic
2bb32854bf Fix 2024-10-25 10:19:50 +02:00
Amos Bird
5f1ffae92d
Check nullable 2024-10-25 15:32:59 +08:00
Amos Bird
fb846b809b
Fix toHour monotonicity 2024-10-25 15:32:58 +08:00
Amos Bird
a458344d75
Relax supportsPrewhere check for StorageMerge 2024-10-25 15:30:17 +08:00
kevinyhzou
4af5335d99 Merge branch 'master' into improve_from_to_utc_timestamp_func 2024-10-25 10:58:32 +08:00
Julia Kartseva
2e61f2bb99
Merge pull request #70915 from jkartseva/reduce-api-calls-cost
Cache HEAD API requests to object storage in the plain_rewritable disk
2024-10-24 23:58:13 +00:00
Julia Kartseva
91d7b7b897 use remote path as the key cache instead of local
Remote paths do not change.
2024-10-24 19:48:01 +00:00
Vitaly Baranov
e85f1f348d Fix showing error message in ReadBufferFromS3 when retrying. 2024-10-24 21:36:08 +02:00
Raúl Marín
4e513066bd Merge remote-tracking branch 'blessed/master' into settings6 2024-10-24 21:32:56 +02:00
Alexey Milovidov
7b6fc587e2
Merge pull request #70821 from ClickHouse/merge-visualizer
Merge visualizer
2024-10-24 19:31:21 +00:00
Alexey Milovidov
5a0ff6abc4
Merge pull request #70969 from ClickHouse/trivial-merge-selector
Add "Trivial" merge selector
2024-10-24 19:11:32 +00:00
Raúl Marín
119fc47aeb Fix fast build and remove bad change 2024-10-24 21:08:16 +02:00
Julia Kartseva
acbf3d2719 review fix 2024-10-24 18:00:36 +00:00
Ilya Yatsishin
1a1bd26d76
Merge pull request #70908 from ClickHouse/merge-source-parts
Add a profile event about the number of merged source parts
2024-10-24 17:39:31 +00:00
Igor Nikonov
f05d2d8f6f Fix: assert in RemoteSource::onAsyncJobReady 2024-10-24 17:21:02 +00:00
Yarik Briukhovetskyi
23053fd128
Merge branch 'ClickHouse:master' into fix_logical_error_substrings 2024-10-24 19:03:21 +02:00
Alexey Milovidov
c7bd381397
Merge pull request #68614 from ClickHouse/revert-68608-revert-60197-format-settings-parsing
Revert "Revert "Fix unexpected behavior with `FORMAT` and `SETTINGS` parsing""
2024-10-24 16:50:23 +00:00
Alexey Milovidov
7126032ec8 Fix error 2024-10-24 17:08:19 +02:00
Alexey Milovidov
eec39fa1ac
Merge pull request #70987 from ClickHouse/no-qpl
Remove `idxd-config` library which has an incompatible license
2024-10-24 14:50:13 +00:00
Alexey Milovidov
43a3ff8ae1 Add a handler 2024-10-24 16:04:56 +02:00
Alexey Milovidov
6c4563413f Minor changes 2024-10-24 16:04:56 +02:00