Commit Graph

160499 Commits

Author SHA1 Message Date
nauu
94b4a5190f Change * to a specific column,because if the new version of system.tables adds a new column,it will cause an identifier error 2024-12-03 11:37:42 +08:00
zhanglistar
fc4854e284 fix style check 2024-12-03 11:30:36 +08:00
zhanglistar
2df33734de modify code as requested 2024-12-03 11:20:33 +08:00
zhanglistar
99c8d1fd61 fix failure tests 2024-12-03 11:13:19 +08:00
shuai-xu
d735d0f8cd add a test 2024-12-03 10:34:52 +08:00
shuai-xu
5b8955c2ae add a test 2024-12-03 09:39:05 +08:00
Yakov Olkhovskiy
617af1d3c0
Merge pull request #71297 from lzydmxy/force-connect-on-retry
Force_connected for retry resume connection establisher
2024-12-03 01:21:31 +00:00
Vitaly Baranov
d0a11071d4 Remove ostr from structure IAST::FormatSettings. 2024-12-03 01:01:24 +01:00
Raúl Marín
7afee244c5 Merge remote-tracking branch 'blessed/master' into dragonbox 2024-12-03 00:37:01 +01:00
Raúl Marín
4ce0a17a57 Fix style 2024-12-03 00:18:16 +01:00
Raúl Marín
28e09e2b81 Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +01:00
filimonov
f245a497e0
Update StorageDistributed.cpp 2024-12-02 23:27:23 +01:00
Yakov Olkhovskiy
57e77cc815 add move semantics 2024-12-02 21:46:57 +00:00
Raúl Marín
a8a3a2451d Improve includes for StoragePolicy.h 2024-12-02 22:42:51 +01:00
Raúl Marín
e50265bae5 Optimize includes of Exception.h 2024-12-02 22:26:41 +01:00
Alexander Gololobov
ce87198ebe
Merge pull request #72643 from ClickHouse/measure_logger_time
Measure time consumed by logging
2024-12-02 20:43:26 +00:00
Anton Popov
e58d886b88
Merge pull request #72651 from CurtizJ/better-cache-prewarm
Better prewarm of mark and primary index caches
2024-12-02 20:01:59 +00:00
Yarik Briukhovetskyi
802f98856a
Add aliased version 2024-12-02 20:25:07 +01:00
Yarik Briukhovetskyi
deddd1db31
Change the logic 2024-12-02 20:22:04 +01:00
Igor Nikonov
8c4b73ed64
Merge branch 'master' into pr-fix-setting-history 2024-12-02 19:29:41 +01:00
Raúl Marín
6291daec72 Remove heavy header from WriteHelpers.h 2024-12-02 19:23:48 +01:00
avogar
6a31154ccd Fix tests 2024-12-02 18:17:25 +00:00
avogar
d49e22cbae Fix builds 2024-12-02 17:50:32 +00:00
avogar
e3e2db1db7 Remove old long test 2024-12-02 17:45:24 +00:00
Michael Stetsyuk
6a4a892675 empty 2024-12-02 17:40:34 +00:00
Yarik Briukhovetskyi
46dd7074c7
Merge pull request #72640 from yariks5s/fix_datetime64_in_datetime64
Fix a bug with DateTime64 in DateTime64
2024-12-02 17:39:31 +00:00
Alexander Tokmakov
9400fe820e add a comment 2024-12-02 18:05:28 +01:00
Konstantin Bogdanov
2ecc690b93
Merge pull request #72567 from ClickHouse/fix-broken-result-part-path
Fix weird `result_part_path`
2024-12-02 17:04:02 +00:00
Raúl Marín
1f0f3b41e4
Merge pull request #72425 from Algunenano/obsolete_macro
Remove obsolete usage of ABORT_ON_LOGICAL_ERROR
2024-12-02 16:16:03 +00:00
Yarik Briukhovetskyi
bd59b7bbeb
Merge branch 'ClickHouse:master' into task_cancellation 2024-12-02 17:03:22 +01:00
Igor Nikonov
4eba52e0d5 Align PR setting changes history with 24.10 2024-12-02 15:35:58 +00:00
nauu
692926c9ab Trigger CI 2024-12-02 23:35:39 +08:00
Sema Checherinda
dd330d9aee fix tags in test 2024-12-02 16:20:16 +01:00
Anton Popov
d4f9305362 fix test 2024-12-02 15:05:47 +00:00
Sema Checherinda
935a592a59 fix var ussage 2024-12-02 15:53:17 +01:00
Sema Checherinda
72c63817e6 fix test 2024-12-02 15:01:27 +01:00
János Benjamin Antal
d66b108513
Merge pull request #72603 from azat/mm-fix-metric
Fix inaccurate MemoryTracking metric in case of allocation failures
2024-12-02 14:00:20 +00:00
zhanglistar
0e30bd3b72 fix style fail 2024-12-02 21:57:54 +08:00
Dmitry Novik
9412e8a25e Update reference file 2024-12-02 14:49:20 +01:00
Michael Stetsyuk
4c5caa8503 empty 2024-12-02 13:27:04 +00:00
vdimir
ebe76f939b
fix test 2024-12-02 13:12:20 +00:00
Raúl Marín
e97ccb6b07 Adjust tests and docs 2024-12-02 13:48:50 +01:00
Konstantin Bogdanov
28d5d2130a
Merge pull request #72572 from ClickHouse/fix-glob-parsing
Fix parsing a glob with one element
2024-12-02 12:44:37 +00:00
Nikita Taranov
b84d0554ed
Merge pull request #72658 from ClickHouse/null_format_matching_case_insensitive
Recognise all spellings of `Null` in `FORMAT Null`
2024-12-02 12:21:39 +00:00
Raúl Marín
b0d555b892 Check in upgrade tests 2024-12-02 13:02:41 +01:00
Alexander Gololobov
4aecc57555
Increase cpu time limit in sanitizer builds 2024-12-02 12:58:34 +01:00
Raúl Marín
3df482066b Fix MergeTreeSettings history for 24.12 2024-12-02 12:47:20 +01:00
Raúl Marín
389c31f2b8 Add MergeTreeSettings to system.settings_changes 2024-12-02 12:39:51 +01:00
Raúl Marín
f64c004059 Update baseline to 24.11 2024-12-02 12:22:37 +01:00
Yarik Briukhovetskyi
fd3723a727
Merge branch 'ClickHouse:master' into fix_datetime64_in_datetime64 2024-12-02 12:19:09 +01:00