Alexander Kuzmenkov
3d459633d7
Merge remote-tracking branch 'origin/master' into HEAD
2021-05-27 21:42:18 +03:00
Alexander Kuzmenkov
9fc51aef68
fix
2021-05-27 21:39:52 +03:00
Alexander Kuzmenkov
1c6479a7d9
Merge remote-tracking branch 'origin/aku/pure-window-or-null' into HEAD
2021-05-27 21:39:43 +03:00
Alexander Kuzmenkov
1c21281456
do not auto-apply -OrNull combinator to pure window functions
2021-05-27 18:21:08 +03:00
Anton Popov
8a71af5797
Merge pull request #24471 from CurtizJ/fix-cast-operator
...
Fix several cases in cast operator
2021-05-27 14:31:51 +03:00
Nikita Mikhaylov
bb064ee3dc
Update arcadia_skip_list.txt
2021-05-27 14:03:35 +03:00
Maksim Kita
5e65aff3fd
Merge pull request #24466 from kitaisreal/dictionaries-update-file-paths-restrictions
...
Dictionaries update file path restrictions
2021-05-27 13:46:47 +03:00
Vladimir
bdc5b97d02
Merge pull request #24525 from vdimir/create-aggregate-func-settings
...
Merging #22762
2021-05-27 11:43:55 +03:00
Nikolai Kochetov
b3d30ed9cb
Merge pull request #24462 from azat/total_rows_approx-fix
...
Account total_rows_approx as soon as possible
2021-05-27 11:34:50 +03:00
alesapin
ef17daaaa0
Merge pull request #24496 from ClickHouse/configurable_max_parts_to_merge
...
Add `max_parts_to_merge_at_once` setting
2021-05-27 10:56:58 +03:00
Maksim Kita
55ca643c1d
Add tests to ANTRL skip list
2021-05-27 10:42:54 +03:00
Azat Khuzhin
66f254c8b3
Account total_rows_approx as soon as possible
...
Before total_rows_approx was accounted only on first read from that
source (and each part is a source), so in case of MergeTree and
max_threads=1 it can take sometime until it will be incremented.
2021-05-27 02:14:01 +03:00
Maksim Kita
2dd3ca69ef
Updated tests
2021-05-27 00:17:45 +03:00
Maksim Kita
ee6f59c5fd
Update SSDCacheDictionary tests to bash
2021-05-27 00:17:45 +03:00
Maksim Kita
b26783b308
Dictionaries update file path restrictions
2021-05-27 00:17:45 +03:00
alesapin
8ba6ed3fc2
Simplier test
2021-05-26 16:53:05 +03:00
Anton Popov
e1c86d3747
Merge pull request #24446 from amosbird/fixdate
...
Fix toWeek monotonicity
2021-05-26 15:32:03 +03:00
Nikita Mikhaylov
1d79c10168
Merge branch 'master' into fix-arcadia-8
2021-05-26 15:25:51 +03:00
Nikita Mikhaylov
0e89be382b
fix
2021-05-26 15:24:57 +03:00
Vladimir
fc15cad7e0
Pass Settings to aggregate function creator
2021-05-26 14:58:31 +03:00
Vladimir
7224e25156
Revert "Pass Settings to aggregate function creator"
2021-05-26 14:46:42 +03:00
Vladimir
6650c67b01
Merge pull request #22762 from vdimir/create-aggregate-func-settings
2021-05-26 14:32:14 +03:00
alesapin
e19cff70b8
More robust test
2021-05-26 12:47:22 +03:00
tavplubix
ee12652f8a
Update skip_list.json
2021-05-26 11:53:40 +03:00
alesapin
08c37a4c9e
Merge branch 'master' into configurable_max_parts_to_merge
2021-05-26 11:30:39 +03:00
alesapin
069d45790f
Merge pull request #24157 from kssenii/modulo-partition-key
...
Adjust modulo function when used in partition key
2021-05-26 10:30:54 +03:00
mergify[bot]
d6ada7df5c
Merge branch 'master' into fixdate
2021-05-26 02:38:10 +00:00
alexey-milovidov
37550ec774
Merge pull request #24455 from ClickHouse/fix-flaky-test-17
...
Fix flaky test 01085_max_distributed_connections
2021-05-26 03:28:17 +03:00
Alexey Milovidov
4f1d6c1ffe
Fix the annoying test
2021-05-26 02:04:16 +03:00
tavplubix
84f9d38620
Merge pull request #24321 from amosbird/fixdroppartition
...
Fix drop partition in rare case
2021-05-26 01:34:22 +03:00
Maksim Kita
315994f686
Merge pull request #24442 from kitaisreal/actions-dag-compile-expressions-update
...
ActionsDAG compile expressions update
2021-05-25 21:44:23 +03:00
Alexey Milovidov
350aa95ac8
Fix terrible test
2021-05-25 20:22:32 +03:00
mergify[bot]
67e7030eae
Merge branch 'master' into modulo-partition-key
2021-05-25 15:39:17 +00:00
alesapin
7c69695d67
Fix test
2021-05-25 17:52:10 +03:00
alesapin
6e29404a75
Add max_parts_to_merge_at_once setting
2021-05-25 16:21:17 +03:00
tavplubix
7844e3847d
Update 01414_mutations_and_errors.reference
2021-05-25 15:26:46 +03:00
tavplubix
ba5441ea2a
Update 01155_old_mutation_parts_to_do.sh
2021-05-25 14:35:04 +03:00
Alexander Tokmakov
4849ea2e03
fix unexpected behavior in mutation finalization
2021-05-25 14:10:45 +03:00
Maksim Kita
ba43fe784c
Updated tests
2021-05-25 11:50:40 +03:00
Nikolai Kochetov
6a726ca8ed
Update test.
2021-05-25 10:19:10 +03:00
Anton Popov
35e2cc7b2b
fix several cases in cast operator
2021-05-25 02:50:28 +03:00
kssenii
70469429c1
Fixes
2021-05-24 23:39:56 +00:00
Nikolai Kochetov
79a0029843
Fix header mismatch for UNION.
2021-05-24 21:09:00 +03:00
Amos Bird
6ba29af871
Fix toWeek monotonicity
2021-05-24 23:52:02 +08:00
Alexey Milovidov
3fae262d19
Fix flaky test 01085_max_distributed_connections
2021-05-24 18:31:43 +03:00
kssenii
659e57e60f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-23 22:46:00 +00:00
alesapin
660916a9a1
Merge pull request #24393 from ClickHouse/fix_flaky_quota_test
...
Fix flaky 01033_quota_dcl
2021-05-23 10:22:09 +03:00
alexey-milovidov
ffc91dd947
Merge pull request #24411 from azat/tests-fixes
...
Stateless tests fixes
2021-05-23 00:45:19 +03:00
kssenii
5606e248a7
Fix
2021-05-22 16:19:56 +00:00
kssenii
b72f6ea78e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-22 16:15:15 +00:00