Commit Graph

60937 Commits

Author SHA1 Message Date
Alexey Milovidov
e0291e3a06 Prevent closing a file twice, even in case of errors 2024-07-27 21:16:11 +02:00
Alexey Milovidov
3dfa32498c Add assert 2024-07-27 21:06:08 +02:00
Alexey Milovidov
0967bfadd1 Simpler 2024-07-27 20:58:53 +02:00
Alexey Milovidov
00b0fa961a Removed useless parameters 2024-07-27 20:50:21 +02:00
Alexey Milovidov
377b781194 Fix curiosities in TimerDescriptor 2024-07-27 20:47:56 +02:00
Alexey Milovidov
299d0fb39e Fix curiosities in TimerDescriptor 2024-07-27 20:43:15 +02:00
Alexey Milovidov
5ac26d2115 Fix curiosities in TimerDescriptor 2024-07-27 20:36:34 +02:00
Alexey Milovidov
d4055fc21b
Merge pull request #67260 from ClickHouse/remove-strange-code
Remove strange code
2024-07-27 15:21:17 +00:00
Alexey Milovidov
796b1196ef
Merge pull request #67258 from ClickHouse/english
English
2024-07-27 15:20:42 +00:00
Alexey Milovidov
0fa6e1006b
Merge pull request #66628 from ClickHouse/fix-idiotic-code
Fix bad code: it was catching exceptions
2024-07-27 14:43:43 +00:00
Antonio Andelic
f6990bb1ed
Merge pull request #67173 from ClickHouse/fix-stacktrace-cache
Fix stacktrace cache
2024-07-27 06:35:17 +00:00
Alexey Milovidov
91a3fbc0f6 Merge branch 'remove-strange-code' of github.com:ClickHouse/ClickHouse into remove-strange-code 2024-07-27 04:47:29 +02:00
Alexey Milovidov
495c8be165 Merge branch 'master' into remove-strange-code 2024-07-27 04:43:11 +02:00
Alexey Milovidov
bf16b18f50
Update SubstituteColumnOptimizer.cpp 2024-07-27 03:47:29 +02:00
Alexey Milovidov
9969026e46 Further enhancement 2024-07-27 03:39:01 +02:00
Alexey Milovidov
10dc9232a1 Remove strange code 2024-07-27 03:35:25 +02:00
Alexey Milovidov
90605127c2 Better exception message 2024-07-27 03:35:17 +02:00
Alexey Milovidov
0ed2c7e4a0 Sync with private 2024-07-27 03:16:30 +02:00
vdimir
7c7783e2ce
Merge pull request #66312 from ClickHouse/vdimir/proper_fix_join_on_nullsafe_optimization
Fix aliased JOIN ON expression formatting
2024-07-27 00:58:12 +00:00
Alexey Milovidov
f187163fa6 Fix English 2024-07-27 02:58:00 +02:00
Alexey Milovidov
04775ec4fb English 2024-07-27 02:52:34 +02:00
Alexey Milovidov
783189c9d1
Merge pull request #67178 from kitaisreal/convert-outer-join-to-inner-join-disable-for-non-all-join-strictness
Disable convert OUTER JOIN to INNER JOIN optimization for non ALL JOIN strictness
2024-07-26 23:26:09 +00:00
Alexey Milovidov
891f0c084d
Merge pull request #66869 from ClickHouse/vdimir/followup-66725
Followup #66725
2024-07-26 23:25:05 +00:00
Nikita Mikhaylov
ad0533b4d0
Merge pull request #67215 from ClickHouse/fast-client
Apply optimizations for a single file
2024-07-26 21:23:18 +00:00
Alexander Tokmakov
ee87209445
Merge pull request #67147 from ClickHouse/tavplubix-patch-10
Try removing code that looks useless
2024-07-26 15:59:12 +00:00
Raúl Marín
462d1ba821
Merge pull request #66928 from Algunenano/groupArrayIntersect
groupArrayIntersect: Fix serialization bug
2024-07-26 14:45:31 +00:00
Alexey Milovidov
1a00efef50
Merge pull request #67149 from Algunenano/rename_bad_setting
Rename bad setting
2024-07-26 14:45:11 +00:00
Antonio Andelic
503dc25d10 Fix linking 2024-07-26 16:23:29 +02:00
Han Fei
3ba4014a39
Merge pull request #67187 from ClickHouse/fix-attached-table-count
Do not count AttachedTable for tables in information schema databases
2024-07-26 14:20:04 +00:00
Alexey Milovidov
414ebf035d Fix error 2024-07-26 15:32:05 +02:00
Alexey Milovidov
74c21a732a Merge branch 'master' into fix-idiotic-code 2024-07-26 15:30:08 +02:00
Konstantin Bogdanov
9b0ac9250b
Merge pull request #67121 from ClickHouse/fix-single-value-data-failed-assert
Fix ASTFuzzer failure in `SingleValueData`
2024-07-26 13:22:49 +00:00
Nikita Mikhaylov
031b435e3a Style 2024-07-26 15:21:11 +02:00
Nikita Mikhaylov
d2b3be2fb8 Apply optimizations for a single file 2024-07-26 15:05:11 +02:00
Alexey Milovidov
7dd6a10d15
Merge pull request #67168 from ClickHouse/fix-unit-tests
Remove too long unit test
2024-07-26 12:57:01 +00:00
Kruglov Pavel
16113e123e
Merge pull request #66727 from Avogar/fix-runtime-error-variant
Fix runtime error while converting [Null] field to Array(Variant)
2024-07-26 12:15:31 +00:00
serxa
1225d50508 Do not count AttachedTable for tables in information schema databases 2024-07-26 11:09:48 +00:00
Alexey Milovidov
883cbdc880
Merge pull request #67086 from ClickHouse/fix_02446
Fix a test, make possible retries of queries in .sql tests
2024-07-26 10:47:27 +00:00
Alexey Milovidov
0bccd1a2a0
Merge pull request #67129 from ClickHouse/fix_truncate_database
Fix truncate database
2024-07-26 10:47:09 +00:00
Robert Schulze
b9b32a809c
Merge pull request #67105 from rschu1ze/funcs-s-t-input_rows_count
Functions [s-t]*: Iterate over input_rows_count where appropriate
2024-07-26 09:49:25 +00:00
Alexey Milovidov
6f4aa977d7
Merge pull request #66832 from joelynch/joelynch/table-comments
Ensure COMMENT clause works for all table engines
2024-07-26 09:35:57 +00:00
Antonio Andelic
338685cc79 Fix build 2024-07-26 10:59:17 +02:00
Maksim Kita
c7330252cf Disable convert OUTER JOIN to INNER JOIN optimization for non ALL JOIN strictness 2024-07-26 11:47:49 +03:00
Antonio Andelic
0c5c23e784 More fixes 2024-07-26 10:47:32 +02:00
Antonio Andelic
400f8e5b21 Fix stacktrace cache 2024-07-26 09:33:46 +02:00
Alexey Milovidov
9c6026965d Fix error 2024-07-26 04:55:53 +02:00
Alexey Milovidov
739706ebb4 Merge branch 'master' into fix-idiotic-code 2024-07-26 04:55:16 +02:00
Alexey Milovidov
d6fdf29679 Remove too long unit test 2024-07-26 04:48:41 +02:00
Michael Kolupaev
fc458509c7
Merge pull request #67152 from ClickHouse/ohno
Uncomment accidentally commented out code in QueryProfiler
2024-07-26 00:12:12 +00:00
Michael Kolupaev
992a276485 uncomment also write_trace_iteration 2024-07-25 20:23:45 +00:00