Commit Graph

143630 Commits

Author SHA1 Message Date
Francisco Javier Jurado Moreno
f5a80dfcf5 Add support for orZero and orNull to both flavours of fromReadable 2024-05-28 07:55:20 +02:00
liuneng
ac7f2ea1d0 fix build tidy failed 2024-05-28 10:18:13 +08:00
Igor Markelov
51d347b063 Remove random heavy test 2024-05-27 19:35:18 +00:00
Igor Markelov
fe7a8fc169 Merge branch 'master' into add-compression-sorts-optimization 2024-05-27 19:30:08 +00:00
Igor Markelov
125bb145d8 Fix cardinalities usage 2024-05-27 19:28:14 +00: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
kssenii
9a83d7e2b0 Cleanup, add todo 2024-05-27 19:12:14 +02:00
kssenii
5898d3a7a8 Fixes after merge with master 2024-05-27 18:56:29 +02: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
kssenii
f753a558e8 Merge remote-tracking branch 'origin/master' into s3queue-fix-ordered-mode 2024-05-27 18:35:56 +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
Anton Popov
34764f95be remove unused flag 2024-05-27 15:59:31 +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
Anton Popov
a0e820e7f4 fix create as with default 2024-05-27 14:57:43 +00:00
Francisco Javier Jurado Moreno
c2dd92793a Add tests for fromReadableDecimalSize 2024-05-27 16:56:26 +02:00
Francisco Javier Jurado Moreno
c1de6a2756 Extract fromreadabledecimalsize to its own function 2024-05-27 16:55:00 +02:00
Nikolai Kochetov
392819d01f Split QueryAnalysisPass. 2024-05-27 14:54:51 +00:00
Francisco Javier Jurado Moreno
41dbd5e6f8 Extract common behaviour to fromReadable & parametrize 2024-05-27 16:54:29 +02:00
Francisco Javier Jurado Moreno
53b1379d5f Keep only Impl 2024-05-27 16:54:07 +02:00
Francisco Javier Jurado Moreno
dc65301b5d Add tests 2024-05-27 16:53:16 +02:00
Blargian
8166da7fbb Incorporate review changes 2024-05-27 16:21:36 +02:00
Kruglov Pavel
2ba0d78eee
Merge pull request #64437 from ClickHouse/Avogar-patch-3
Clean settings in 02943_variant_read_subcolumns test
2024-05-27 14:03:35 +00:00
Nikolai Kochetov
fa53b2f25b Split QueryAnalysisPass. 2024-05-27 13:58:17 +00:00
Mikhail Gorshkov
5034efc566 Binary math functions Decimal support 2024-05-27 13:56:10 +00:00
Antonio Andelic
f2d4ec3093
Merge pull request #64256 from korowa/fix-cnf-reduction
fix: CNF with mutually exclusive atoms reduction
2024-05-27 13:51:52 +00:00
Raúl Marín
c3a68397b4 Set max time limit for parallel ddl tests 2024-05-27 15:23:15 +02:00
Francisco Javier Jurado Moreno
b5daa653ee At even more tests 2024-05-27 15:22:44 +02:00
Kseniia Sumarokova
816ae6b14b
Merge pull request #64432 from ClickHouse/fix-test
Fix test after #64404
2024-05-27 13:20:55 +00:00
Dmitry Novik
8dbac447e3
Small fixup 2024-05-27 15:17:14 +02:00
Raúl Marín
293c8ce3f4 Limit timeout for 01293_optimize_final_force 2024-05-27 15:13:56 +02:00
Francisco Javier Jurado Moreno
7dcfb55021 Update documentation to reflect new type 2024-05-27 15:09:30 +02:00
Francisco Javier Jurado Moreno
0db331249d Change return type to Float64 2024-05-27 15:07:31 +02:00
Raúl Marín
bf3762db20 Add max time limit to 00840_long_concurrent_select_and_drop_deadlock 2024-05-27 15:04:41 +02:00
Antonio Andelic
8f775037bf Address PR review 2024-05-27 13:02:45 +00:00