Max K
edf8d92cf0
CI: add category to changelog.py
2024-05-28 12:53:52 +02:00
Francisco Javier Jurado Moreno
a25c4676da
Update examples for fromReadableDecimalSize
2024-05-28 12:50:07 +02:00
alesapin
2324ff587c
Bump
2024-05-28 12:44:19 +02:00
Francisco Javier Jurado Moreno
25f4430fbc
Add regular docs for formatReadableSize flavours
2024-05-28 12:42:06 +02:00
Robert Schulze
e6354a9859
Sync code back from private to public repo
2024-05-28 10:31:29 +00:00
Francisco Javier Jurado Moreno
16fb16ae26
Add code documentation for all flavours of fromReadable
2024-05-28 12:28:15 +02:00
Raúl Marín
aff54469fd
Update 02232_dist_insert_send_logs_level_hung.sh
2024-05-28 12:19:20 +02:00
Nikolai Kochetov
a7b9cee283
Merge branch 'master' into move-analyzer-attempt-2
2024-05-28 12:16:42 +02:00
Nikolai Kochetov
270cf6b6aa
Identation.
2024-05-28 10:12:57 +00:00
Nikolai Kochetov
f40db2c4b2
Fixing style.
2024-05-28 10:12:47 +00:00
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