Commit Graph

156558 Commits

Author SHA1 Message Date
Raúl Marín
512ccc4769
Merge pull request #71057 from ClickHouse/fix-test_truncate_database
Fix `test_truncate_database`
2024-10-25 20:36:44 +00: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
1a1a920992
Merge pull request #71034 from ClickHouse/fix-remote-source-assert
Fix assert in RemoteSource::onAsyncJobReady()
2024-10-25 22:57:09 +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
2a6ce2df0f Fix test_truncate_database 2024-10-25 15:47:00 +02: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
Shichao Jin
598b39adc4
Merge pull request #71037 from dianacarroll/master
Minor cleanup of aggregatingmergetree.md
2024-10-24 20:49:02 +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
Diana Carroll
b6c959846d
Minor cleanup of aggregatingmergetree.md
Fix several small typos and formatting inconsistencies, and clean up wording.
2024-10-24 14:59:03 -04: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
Max Kainov
6240f71b9a
Merge pull request #71029 from ClickHouse/ci_move_praktika_dir
CI: Rearrange directories for praktika ci
2024-10-24 16:52:48 +00: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
Justin de Guzman
6bb78918f0
Merge pull request #70953 from lio-p/migrate-play-urls
[Docs] Replace play.clickhouse.com urls with sql.clickhouse.com
2024-10-24 16:24:39 +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
Max Kainov
38753970a4 CI: Rearrange directories for praktika ci 2024-10-24 16:48:14 +02:00
Alexey Milovidov
d32bd7dda3 Add a test 2024-10-24 16:04:56 +02:00
Alexey Milovidov
43a3ff8ae1 Add a handler 2024-10-24 16:04:56 +02:00
Alexey Milovidov
c2de9cfe5b Minor improvements 2024-10-24 16:04:56 +02:00
Alexey Milovidov
51353c0a65 Fix error 2024-10-24 16:04:56 +02:00
Alexey Milovidov
f2f149eb83 Fix error 2024-10-24 16:04:56 +02:00
Alexey Milovidov
6c4563413f Minor changes 2024-10-24 16:04:56 +02:00
Alexey Milovidov
8994e7711b Fix typo 2024-10-24 16:04:56 +02:00