Commit Graph

156603 Commits

Author SHA1 Message Date
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
99161db8fd
Merge pull request #71084 from ClickHouse/revert-71083-revert-71070-sync-with-private
Revert "Revert "Miscellaneous""
2024-10-26 21:36:49 +02:00
Alexey Milovidov
15c8727013
Merge pull request #71035 from ClickHouse/fix-bad-test-2
Fix bad test `01524_do_not_merge_across_partitions_select_final.sql`
2024-10-26 21:01:15 +02:00
Alexey Milovidov
10ce7c54f8
Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
Alexey Milovidov
b3c18e1e8f
Merge pull request #71083 from ClickHouse/revert-71070-sync-with-private
Revert "Miscellaneous"
2024-10-26 20:59:41 +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
15d683148d
Merge pull request #71071 from ClickHouse/remove-bad-test-2
Remove bad test `test_system_replicated_fetches`
2024-10-26 20:58:08 +02:00
Alexey Milovidov
02e0b71886
Merge pull request #71082 from ClickHouse/trivial-merge-selector-2
Fixup of TrivialMergeSelector
2024-10-26 20:57:04 +02:00
Alexey Milovidov
b3ebe0dc26 Fixup of TrivialMergeSelector 2024-10-26 20:55:43 +02:00
robot-clickhouse
410e6161e7
Merge pull request #71076 from ClickHouse/bump_version_24.11.1.1
Update version after release
2024-10-26 15:10:07 +00:00
Max Kainov
1802852c60
Merge pull request #71015 from ClickHouse/ci_praktika_integration_3
CI: Build Job with praktika
2024-10-26 15:09:18 +00:00
robot-clickhouse
0f25890d3b Automatic style fix 2024-10-26 14:21:50 +00:00
Max Kainov
92b13c5dc7 CI: Build Job with praktika 2024-10-26 16:12:38 +02:00
robot-clickhouse
a7ff9bfb1c Update autogenerated version to 24.11.1.1 and contributors 2024-10-26 11:01:35 +00:00
Alexey Milovidov
8f64803c7e Sync the test 2024-10-26 02:10:16 +02:00
Raúl Marín
c82cf25b3e
Merge pull request #71065 from gingerwizard/link_rmt_to_guide
note on final for RMT + link to guide
2024-10-25 22:12:42 +00:00
Nikita Fomichev
424ecb86e0
Merge pull request #71069 from azat/tests-delay-fix
Fix clickhouse-test useless 5 second delay in case of multiple threads are used
2024-10-25 21:56:59 +00:00
ortyomka
d70770d557 Merge remote-tracking branch 'upstream/master' into fix/70399 2024-10-25 21:10:03 +00:00
Raúl Marín
de53bd15ce
Merge pull request #71063 from gingerwizard/s3_perf_ref
link new perf docs
2024-10-25 21:09:07 +00:00
Raúl Marín
88dec86bd4
Update replacingmergetree.md 2024-10-25 23:08:58 +02:00
Alexey Milovidov
9bbebadef4 Fixup 2024-10-25 23:03:32 +02: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
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
878b1bcd16 Remove bad test test_system_replicated_fetches 2024-10-25 22:13:36 +02:00
Alexey Milovidov
4b5ddd2d81 Add various trash 2024-10-25 21:35:32 +02:00
ortyomka
c269bf69f2 trigger ci 2024-10-25 19:29:26 +00:00
Azat Khuzhin
786ba7a2b0 Fix clickhouse-test useless 5 second delay in case of multiple threads are used
Fixes: #66411
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-25 21:07:05 +02:00
Alexey Milovidov
7d6beb5587 Add a lot of minor things from the private repository 2024-10-25 20:00:24 +02:00
Dale Mcdiarmid
ddd6eea267 call out guide 2024-10-25 17:56:49 +01:00
Dale Mcdiarmid
67ba0433d9 fix comment 2024-10-25 17:52:30 +01: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
Dale Mcdiarmid
2b9d59c086 note on final + link to guide 2024-10-25 17:05:05 +01:00
ortyomka
2c10b5df6d trigger ci 2024-10-25 15:55:26 +00:00
Dale Mcdiarmid
1e892333bd link new perf docs 2024-10-25 16:40:37 +01: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