Commit Graph

143131 Commits

Author SHA1 Message Date
Nikolai Kochetov
e714b4c86a Splitting QueryAnalysisPass (Part 1) 2024-05-28 10:12:27 +00:00
Robert Schulze
2680683863
Merge pull request #64110 from rschu1ze/redundant-inline
Throw out some `inline`s
2024-05-28 09:55:56 +00:00
Francisco Javier Jurado Moreno
53aeae3037 Add cosmetic newline 2024-05-28 11:52:02 +02:00
Nikolai Kochetov
7a25f82c01 Merge branches 'move-analyzer-1', 'move-analyzer-2', 'move-analyzer-3', 'move-analyzer-5', 'move-analyzer-6', 'move-analyzer-7', 'move-analyzer-8', 'move-analyzer-9' and 'move-analyzer-10' into move-analyzer-attempt-2 2024-05-28 09:43:48 +00:00
Nikolai Kochetov
437be2058f Split QueryAnalysisPass. 2024-05-28 09:42:50 +00:00
Raúl Marín
9fa917310e
Merge pull request #64359 from Algunenano/fix_input_format_parquet_use_native_reader
Change input_format_parquet_use_native_reader to 24.6
2024-05-28 09:38:40 +00:00
Robert Schulze
70302fe309
Remove generateSnowflakeIDThreadMonotonic 2024-05-28 09:22:52 +00:00
Blargian
98e6f115d5 Add link to now function 2024-05-28 10:39:17 +02:00
Nikolai Kochetov
fed6523c21
Merge pull request #64449 from ClickHouse/follow-up-64226
Add a comment after #64226
2024-05-28 08:39:09 +00:00
Blargian
ebacc95df3 Add missing UTCTimestamp function 2024-05-28 10:35:00 +02:00
Francisco Javier Jurado Moreno
581982739f Remove unnecessary quoting in exception message 2024-05-28 10:00:32 +02:00
Francisco Javier Jurado Moreno
ed1d933e53 Update dict ignore 2024-05-28 10:00:12 +02:00
Francisco Javier Jurado Moreno
512afefd6f Add comments to indicate that test files should be kept in sync 2024-05-28 09:59:09 +02:00
Francisco Javier Jurado Moreno
5bfdebde86 Rename test files 2024-05-28 09:57:44 +02:00
Francisco Javier Jurado Moreno
35ce67a76e Add tests for new UInt64 logic 2024-05-28 09:54:52 +02:00
Francisco Javier Jurado Moreno
ef42050ce0 Make fromReadableSize return UInt64 again 2024-05-28 09:48:34 +02:00
Francisco Javier Jurado Moreno
ac8186d02f Add missing brackets 2024-05-28 09:33:47 +02:00
Francisco Javier Jurado Moreno
64532f8484 Inline throw exceptions 2024-05-28 09:32:41 +02:00
Francisco Javier Jurado Moreno
b05501f82c Explicit else in exception handling 2024-05-28 09:28:26 +02:00
Francisco Javier Jurado Moreno
ad647786a1 Move scale factor pull out of the parsing loop 2024-05-28 09:26:07 +02:00
Antonio Andelic
f610af56f7 Fix 2024-05-28 07:20:25 +00:00
Shaun Struwig
899bb86f9a
Merge branch 'master' into document_topLevelDomainRFC 2024-05-28 09:07:01 +02:00
Blargian
304dc52b3a Add missing topLevelDomainRFC 2024-05-28 09:02:21 +02:00
Shaun Struwig
e973155d81
Update aspell-dict.txt 2024-05-28 08:39:50 +02:00
Francisco Javier Jurado Moreno
8d684cef3b Sync new tests from formatreadabledecimal 2024-05-28 08:16:42 +02:00
Francisco Javier Jurado Moreno
5aa38b6dd8 Add orZero and orNull flavours to fromReadableDecimal tests 2024-05-28 08:13:45 +02:00
Francisco Javier Jurado Moreno
28464d385d Add tests for the orNull and orZero flavours of fromReadableSize 2024-05-28 08:10:00 +02:00
Francisco Javier Jurado Moreno
8608d457ad Add check to ensure column passed to function implementation is of type String 2024-05-28 08:01:58 +02:00
Francisco Javier Jurado Moreno
f5a80dfcf5 Add support for orZero and orNull to both flavours of fromReadable 2024-05-28 07:55:20 +02:00
Han Fei
5a35010a83
Merge pull request #63956 from CurtizJ/fix-tuple-map-low-cardinality
Fix reading of columns of type `Tuple(Map(LowCardinality(...)))`
2024-05-27 18:01:41 +00:00
Jiebin Sun
48ca5d48b1 Reduce the redundant isDefault() of ColumnSparse::filter to improve performance
Add two methods in the Interator of ColumnSparse. Replace the `++offset_it`
with `offset_it.increaseCurrentRow()` and `offset_it.increaseCurrentOffset()`,
to remove the redundant `isDefault()` in `++` of `Interator` and reuse the
following `isDefault()`.

Test the patch with Q10 of ClickBench on 80x2 vCPUs and the QPS has got
9.6% performance gain.

Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-05-28 00:43:39 +08:00
Max K
324bec78ff CI: Critical bugfix category in PR template 2024-05-27 18:43:24 +02:00
Francisco Javier Jurado Moreno
3f9d330180 Support different error handlings 2024-05-27 18:39:18 +02:00
Max K
4bca858c7b
Merge pull request #64459 from ClickHouse/ci_fix_build_report_priority
CI: fix build_report selection in case of job reuse
2024-05-27 16:06:05 +00:00
Nikolai Kochetov
631421075a Split QueryAnalysisPass. 2024-05-27 15:41:49 +00:00
Raúl Marín
8c3ebea035 Merge remote-tracking branch 'blessed/master' into more_slow_tests 2024-05-27 17:41:18 +02:00
Nikolai Kochetov
e78ed2c54b Split QueryAnalysisPass. 2024-05-27 15:40:32 +00:00
Robert Schulze
d6089cf456
Merge pull request #64428 from Blargian/document_reinterpretAsXYZ
[Docs] add missing `reinterpretXYZ` functions
2024-05-27 15:35:55 +00:00
Max K
9eb79530f4 CI: fix build_report selection in case of job reuse 2024-05-27 17:35:42 +02:00
Nikolai Kochetov
b4189f65db Split QueryAnalysisPass. 2024-05-27 15:23:46 +00:00
Raúl Marín
e4730e8c7e Merge remote-tracking branch 'blessed/master' into rename_allow_deprecated_functions 2024-05-27 17:23:02 +02:00
Nikolai Kochetov
822a4d6513 Split QueryAnalysisPass. 2024-05-27 15:18:07 +00:00
Anton Popov
1948280fdd
enable setting replace_long_file_name_to_hash by default 2024-05-27 17:12:10 +02:00
Blargian
985e327553 Add missing toStartOfNanosecond 2024-05-27 17:10:32 +02:00
alesapin
be8edfb27f Don't propagate user settings for merges and mutations in object storages 2024-05-27 17:09:45 +02:00
Kruglov Pavel
a49f5e4343
Merge pull request #64363 from Avogar/split-dynamic-merges-tests
Split tests 03039_dynamic_all_merge_algorithms to avoid timeouts
2024-05-27 15:02:28 +00:00
Nikolai Kochetov
52691c829f Split QueryAnalysisPass. 2024-05-27 15:00:07 +00:00
Blargian
9f72635c4e Add missing toStartOfMillisecond, toStartOfMicrosecond 2024-05-27 16:58:58 +02:00
Francisco Javier Jurado Moreno
c5d5c32ee1 Remove unnecessary extern error codes 2024-05-27 16:57:54 +02:00
Francisco Javier Jurado Moreno
c2dd92793a Add tests for fromReadableDecimalSize 2024-05-27 16:56:26 +02:00