Commit Graph

157203 Commits

Author SHA1 Message Date
robot-clickhouse
a7ff9bfb1c Update autogenerated version to 24.11.1.1 and contributors 2024-10-26 11:01:35 +00:00
Mikhail Filimonov
73193f4de5 shift to the master branch 2024-10-26 10:17:22 +02:00
Márcio Martins
9b0ede6964 Apply suggestions from code review
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-10-26 01:39:26 +01:00
Alexey Milovidov
8f64803c7e Sync the test 2024-10-26 02:10:16 +02:00
Raúl Marín
97db57c09d Fix negative check 2024-10-26 00:54:33 +02:00
Raúl Marín
d51ed8e370 Merge remote-tracking branch 'blessed/master' into anthropod 2024-10-26 00:34:38 +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
Roman Antonov
db5edae0ca
Merge branch 'ClickHouse:master' into master 2024-10-26 00:01:35 +03: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
serxa
d70d3f238b Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database 2024-10-25 18:59:34 +00:00
serxa
6d8c3e349e add cleanup after test 2024-10-25 18:59:05 +00:00
Dale Mcdiarmid
c46e3ca09f note for s3cluster 2024-10-25 19:11:58 +01:00
Dale Mcdiarmid
5834da5a62 move section 2024-10-25 19:08:29 +01:00
Dale Mcdiarmid
e85b75b2e9 document extra credentials s3 2024-10-25 19:03:37 +01:00
Alexey Milovidov
7d6beb5587 Add a lot of minor things from the private repository 2024-10-25 20:00:24 +02:00
serxa
2206da6e66 fix race in unittest: use-after-scope 2024-10-25 17:13:11 +00:00
Alexey Milovidov
d88ae625f3
Update src/Interpreters/AggregationCommon.h
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-10-25 19:04:00 +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
Yarik Briukhovetskyi
c19b06188c
Fix test reference. 2024-10-25 18:48:33 +02:00
Yarik Briukhovetskyi
a2edc4691e
Add merging of nullmap for multiple dt64 + add appropriate tests. 2024-10-25 18:34:56 +02:00
Alexey Milovidov
4a8842be3d Fix a typo 2024-10-25 18:34:20 +02:00
Romeo58rus
9c5423523e The test has been changed 2024-10-25 19:28:05 +03:00
Alexey Milovidov
1172c549a3 Merge branch 'master' into strict-license-check 2024-10-25 18:23:43 +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
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
Yarik Briukhovetskyi
813d715589
[Intermediate commit] 2024-10-25 17:13:08 +02:00
Márcio Martins
72c4526e32 Implement review suggestions 2024-10-25 15:42:44 +01:00
kssenii
f3f9ffc883 Extend test 2024-10-25 16:21:35 +02:00
Smita Kulkarni
82a57e3667 Uniform documentation of setting 2024-10-25 16:05:28 +02:00
Raúl Marín
7b9ee84cf7
Merge branch 'master' into settings6 2024-10-25 22:01:23 +08:00
Antonio Andelic
aeb2e2b1d8 Sync changes to ProtocolServerAdapter 2024-10-25 16:00:41 +02: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
Romeo58rus
3704af3d51 Fix a test style 2 2024-10-25 16:52:07 +03:00