Commit Graph

142844 Commits

Author SHA1 Message Date
shuai-xu
8c62bde552 add comments 2024-06-04 09:36:14 +08:00
shuai-xu
d0733b4886 add comments 2024-06-03 15:02:21 +08:00
shuai-xu
65d8e05a6b add tests 2024-05-30 17:50:56 +08:00
shuai-xu
00cc2c9574 ASTLiteral support custon type 2024-05-29 12:03:02 +08:00
Alexey Milovidov
2f1fb6c5d8
Merge pull request #64426 from jiebinn/SparseColumnIteratorIncrease
Reduce the redundant `isDefault()` of `ColumnSparse::filter` to improve performance
2024-05-29 02:23:27 +02:00
Nikita Mikhaylov
e54949da2a
Merge pull request #64515 from ClickHouse/melvynator-patch-2
Update view.md
2024-05-28 23:25:30 +00:00
Robert Schulze
0dbb33232a
Merge pull request #64458 from Blargian/document_toStartOf
[Docs] add missing `toStartOfMillisecond`, `toStartOfMicrosecond`, `toStartOfNanosecond`
2024-05-28 22:21:08 +00:00
Raúl Marín
58408229ee
Merge pull request #64358 from Algunenano/rename_allow_deprecated_functions
Rename allow_deprecated_functions to allow_deprecated_error_prone_win…
2024-05-28 17:59:40 +00:00
Konstantin Bogdanov
0f81148e9a
Merge pull request #64534 from ClickHouse/evillique-patch-1
Unify SYSTEM query docs
2024-05-28 17:43:35 +00:00
Jiebin Sun
bc4d96481c Add isolated performance test 2024-05-29 01:12:28 +08:00
Nikolay Degterinsky
f48f3feafa
Unify SYSTEM query docs 2024-05-28 18:35:46 +02:00
Max K
13fa946454
Merge pull request #64516 from ClickHouse/revert-64459-ci_fix_build_report_priority
Revert "CI: fix build_report selection in case of job reuse"
2024-05-28 15:30:35 +00:00
Max K
b07ba7655d
Merge pull request #64480 from ClickHouse/ci_critical_bugfix_category_in_pr_body
CI: Critical bugfix category in PR template
2024-05-28 15:22:51 +00:00
Robert Schulze
554a8cd7c2
Merge pull request #64499 from rschu1ze/remove-generateSnowflakeIDThreadMonotonic
Remove `generateSnowflakeIDThreadMonotonic`
2024-05-28 14:54:30 +00:00
Max K
26a6780324
Revert "CI: fix build_report selection in case of job reuse" 2024-05-28 16:43:05 +02:00
Peignon Melvyn
6a729fbb7e
Update view.md
Remove mention of experimental settings.
2024-05-28 16:25:08 +02:00
Antonio Andelic
9f242391b4
Merge pull request #64153 from ClickHouse/fix-backup-without-native-copy
Correctly fallback during backup copy
2024-05-28 13:11:06 +00:00
Nikita Taranov
a7543cd361
Merge pull request #62746 from jiebinn/FixedHashTable
Limit the array index of FixedHashTable by min/max
2024-05-28 12:06:53 +00:00
Anton Popov
fe2c7efc41
Merge pull request #64311 from CurtizJ/sparse-columns-vertical-merge
Do not convert sparse columns to full on vertical merge
2024-05-28 11:21:21 +00:00
robot-clickhouse
a15db7b400 Automatic style fix 2024-05-28 11:16:51 +00:00
Max K
a858604084 CI: remove category check from lambda 2024-05-28 13:10:14 +02:00
Max K
edf8d92cf0 CI: add category to changelog.py 2024-05-28 12:53:52 +02: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
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
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
Antonio Andelic
f610af56f7 Fix 2024-05-28 07:20:25 +00:00
Shaun Struwig
e973155d81
Update aspell-dict.txt 2024-05-28 08:39:50 +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
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
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
Raúl Marín
e4730e8c7e Merge remote-tracking branch 'blessed/master' into rename_allow_deprecated_functions 2024-05-27 17:23:02 +02:00
Blargian
985e327553 Add missing toStartOfNanosecond 2024-05-27 17:10:32 +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
Blargian
9f72635c4e Add missing toStartOfMillisecond, toStartOfMicrosecond 2024-05-27 16:58:58 +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
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
Kseniia Sumarokova
816ae6b14b
Merge pull request #64432 from ClickHouse/fix-test
Fix test after #64404
2024-05-27 13:20:55 +00:00
Antonio Andelic
8f775037bf Address PR review 2024-05-27 13:02:45 +00:00
Nikolai Kochetov
747f6ae39c Add a comment after #64226 2024-05-27 12:52:44 +00:00
Kseniia Sumarokova
de701cefe2
Merge pull request #64434 from ClickHouse/remove-logging
Remove some logging
2024-05-27 12:29:52 +00:00
Nikolai Kochetov
56d5298a9c
Merge pull request #64226 from ClickHouse/experiment-add-aliase-to-array-join
Fix ARRAY JOIN with Distributed.
2024-05-27 12:10:19 +00:00
Alexander Gololobov
31634cb0cb
Merge pull request #64217 from ClickHouse/small_fix
Remove unused storage_snapshot field from MergeTreeSelectProcessor
2024-05-27 12:07:20 +00:00
Kruglov Pavel
ed6994d372
Clean settings in 02943_variant_read_subcolumns test 2024-05-27 13:01:35 +02:00
avogar
2bffc72d64 Fix optimize_aggregation_in_order setting 2024-05-27 10:57:26 +00:00
kssenii
0676b155de Remove logging 2024-05-27 12:12:39 +02:00