Robert Schulze
|
a84e3c6405
|
Merge pull request #41355 from ClickHouse/enable_constant_column_search
Un-exclude constant_column_search from ARM perf tests
|
2022-09-16 11:10:19 +02:00 |
|
Robert Schulze
|
13a2bbaf5e
|
Merge branch 'master' into enable_constant_column_search
|
2022-09-16 11:09:45 +02:00 |
|
Nikolay Degterinsky
|
7dac605829
|
Merge remote-tracking branch 'master' into new_parser
|
2022-09-16 08:56:30 +00:00 |
|
Nikolay Degterinsky
|
db85f97a3f
|
Fix
|
2022-09-16 08:55:58 +00:00 |
|
Roman Vasin
|
7e733887b9
|
Add narrowing for toStartOfISOYear; improve 02403_enable_extended_results_for_datetime_functions
|
2022-09-16 08:40:15 +00:00 |
|
Mikhail f. Shiryaev
|
6a17d4e705
|
Delete redundant LABEL_ prefix
|
2022-09-16 10:23:49 +02:00 |
|
Mikhail f. Shiryaev
|
ab7bd95d8b
|
Rename pr-backported label to avoid confusion
|
2022-09-16 10:04:49 +02:00 |
|
Alexey Milovidov
|
701fdd77b4
|
Fix wrong implementation of getDataAt for multidimensional arrays
|
2022-09-16 08:12:28 +02:00 |
|
Antonio Andelic
|
222b964070
|
Merge pull request #38200 from ClickHouse/keeper-linearizable-reads
Keeper faster linearizable reads
|
2022-09-16 07:58:52 +02:00 |
|
Alexey Milovidov
|
da01982652
|
Merge pull request #41046 from azat/build/llvm-15
Switch to llvm/clang 15
|
2022-09-16 07:31:06 +03:00 |
|
Nikolay Degterinsky
|
f63b2d4b9f
|
Revert some breaking changes
|
2022-09-16 03:29:34 +00:00 |
|
Nikolay Degterinsky
|
36c3a18035
|
Fix tests
|
2022-09-16 02:38:14 +00:00 |
|
Robert Schulze
|
2b9938fb3a
|
Merge branch 'master' into bundled-c-ares
|
2022-09-16 02:15:19 +02:00 |
|
Nikolay Degterinsky
|
2e2d804b90
|
Better
|
2022-09-15 21:54:37 +00:00 |
|
Raúl Marín
|
c3ff66bd9d
|
Implement batch processing for aggregate functions with multiple nullable arguments (#41058)
* Implement batch processing for aggregate functions with multiple nullable arguments
* Fix broken perf test
* Improve filter handling in addBatchSinglePlace with nullable arguments
* Fix detecting the Null filter usage
|
2022-09-15 23:51:38 +02:00 |
|
Raúl Marín
|
6dac509739
|
Speed up reading uniqState (#41089)
* Speed up reading UniquesHashSet
* Improve uniq serialization tests
|
2022-09-15 23:41:15 +02:00 |
|
Igor Nikonov
|
8f500019eb
|
Merge remote-tracking branch 'origin/master' into distinct_in_order_wo_order_by
|
2022-09-15 21:05:59 +00:00 |
|
Igor Nikonov
|
327d28118b
|
Fix flaky test
|
2022-09-15 21:05:29 +00:00 |
|
Alexander Tokmakov
|
8301f5758b
|
Update IMergeTreeDataPart.cpp
|
2022-09-15 21:32:57 +02:00 |
|
Denny Crane
|
dccfdb0d52
|
Update 02374_combine_multi_if_and_count_if_opt.sql
|
2022-09-15 16:25:15 -03:00 |
|
Robert Schulze
|
fe4a485da8
|
Merge pull request #41270 from ClickHouse/bump-vectorscan-to-5.4.8
Bump vectorscan to 5.4.8
|
2022-09-15 21:23:50 +02:00 |
|
Alexander Tokmakov
|
03c193ccca
|
fix ON CLUSTER with Replicated database cluster
|
2022-09-15 21:15:57 +02:00 |
|
Denny Crane
|
e1d263c000
|
fix 02374_combine_multi_if_and_count_if_opt test
|
2022-09-15 15:51:31 -03:00 |
|
Denny Crane
|
7cfdfbe787
|
disable optimize_rewrite_sum_if_to_count_if by default
|
2022-09-15 15:30:24 -03:00 |
|
Alexander Tokmakov
|
32391f737a
|
Merge branch 'master' into fix_41209
|
2022-09-15 20:27:51 +02:00 |
|
avogar
|
ef7f7b30aa
|
Fix tests
|
2022-09-15 18:20:17 +00:00 |
|
avogar
|
92979af3bf
|
Add missing methods in combinators
|
2022-09-15 17:45:50 +00:00 |
|
alesapin
|
82611d891b
|
Merge branch 'master' into fix-odr-vialation
|
2022-09-15 19:33:09 +02:00 |
|
Nikolai Kochetov
|
ee361c6d46
|
Enable DNS cache updater earlier.
|
2022-09-15 17:31:28 +00:00 |
|
alesapin
|
be81d653e1
|
Fix comment
|
2022-09-15 18:56:16 +02:00 |
|
alesapin
|
b098c1be36
|
Fix data duplication in zero copy replication
|
2022-09-15 18:54:27 +02:00 |
|
Antonio Andelic
|
fe78c063f6
|
Merge branch 'master' into keeper-linearizable-reads
|
2022-09-15 18:40:23 +02:00 |
|
Raúl Marín
|
fb034de032
|
Check the behaviour of query_log read/write stats in INSERT queries
|
2022-09-15 18:31:53 +02:00 |
|
Antonio Andelic
|
39307f9dba
|
Extract into function
|
2022-09-15 16:14:53 +00:00 |
|
Antonio Andelic
|
761d53b438
|
Use merged NuRaft
|
2022-09-15 16:14:45 +00:00 |
|
Antonio Andelic
|
0dbd0c1f72
|
Merge branch 'master' into keeper-linearizable-reads
|
2022-09-15 16:03:18 +00:00 |
|
Anton Popov
|
edc2c79dbc
|
add a test just in case
|
2022-09-15 15:29:47 +00:00 |
|
alesapin
|
1dd50e3ce8
|
Rename test
|
2022-09-15 17:07:42 +02:00 |
|
Mikhail f. Shiryaev
|
fac1bf224e
|
Merge pull request #41328 from ClickHouse/ccache-backports
Download ccache from release PRs for backports
|
2022-09-15 16:55:42 +02:00 |
|
Anton Popov
|
b5e9884355
|
fix subcolumns tree
|
2022-09-15 14:17:10 +00:00 |
|
Roman Vasin
|
5c242de43a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-528-B
|
2022-09-15 13:47:51 +00:00 |
|
Roman Vasin
|
d09b3c1ffd
|
Rename test 02403_enable_date32_results to 02403_enable_extended_results_for_datetime_functions
|
2022-09-15 13:36:18 +00:00 |
|
alesapin
|
7570c5cf67
|
Remove recursive without blobs
|
2022-09-15 15:31:19 +02:00 |
|
Roman Vasin
|
3ce66eab83
|
Correct all needed MD files
|
2022-09-15 13:28:11 +00:00 |
|
HarryLeeIBM
|
d62ba01e93
|
Fix SipHash Endian issue for s390x
|
2022-09-15 06:25:23 -07:00 |
|
alesapin
|
c585ed47fc
|
Forget to remove
|
2022-09-15 15:15:28 +02:00 |
|
serxa
|
b3b8123f73
|
fix style
|
2022-09-15 12:53:56 +00:00 |
|
alesapin
|
e127c8b4a9
|
Add kringe
|
2022-09-15 14:49:31 +02:00 |
|
alesapin
|
c04f7afb2a
|
Delete kringe
|
2022-09-15 14:48:59 +02:00 |
|
Roman Vasin
|
563449779c
|
Replace enable_date32_results by enable_extended_results_for_datetime_functions
|
2022-09-15 12:48:09 +00:00 |
|