Azat Khuzhin
d019c4e3b3
Add force_optimize_skip_unused_shards_no_nested
...
force_optimize_skip_unused_shards_no_nested will disable
force_optimize_skip_unused_shards for nested Distributed tables.
Can be useful for multi-layred/bi-level sharding.
2020-03-23 22:30:54 +03:00
Alexey Milovidov
ca1bb2fbde
Fix flacky test #9813
2020-03-23 15:52:20 +03:00
alesapin
cfb098cca9
Fix bulk of flaky tests
2020-03-23 12:28:14 +03:00
alesapin
7fc1ce6ec7
Fix flacky 00806_alter_update test
2020-03-23 12:05:51 +03:00
alexey-milovidov
3550f401ec
Merge pull request #9804 from azat/optimize_skip_unused_shards_type_mismatch
...
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
2020-03-23 02:06:58 +03:00
Vitaly Baranov
73d72fd1e2
Merge pull request #9517 from vitlibar/RBAC-7
...
RBAC-7
2020-03-23 00:03:53 +03:00
alexey-milovidov
06a8a421a2
Merge pull request #9739 from 4ertus2/ast
...
Rewrite multiple JOINs v2
2020-03-22 19:54:38 +03:00
Azat Khuzhin
0204c3f9c7
Cover optimize_skip_unused_shards for types mismatch
2020-03-22 19:32:16 +03:00
Vitaly Baranov
f1e9e3dec0
Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
c7a10665d7
Remove non-partial revoke.
2020-03-22 11:08:08 +03:00
alexey-milovidov
3b7dc4d378
Merge pull request #9773 from achimbab/pr_funnel_strict_order
...
Add 'strict_order' option to windowFunnel()
2020-03-22 04:01:46 +03:00
alexey-milovidov
939e702bc6
Merge pull request #9606 from ClickHouse/alter_on_top_of_mutations_merge_tree
...
Non-blocking alter for vanilla merge tree
2020-03-22 03:56:25 +03:00
Artem Zuikov
27f59c73a2
enable new setting for CI and improve test
2020-03-20 22:18:42 +03:00
alexey-milovidov
44cb1b8305
Merge pull request #9774 from ClickHouse/better_test
...
Fix 01045 test
2020-03-20 21:40:04 +03:00
alexey-milovidov
f624bed408
Merge branch 'master' into patch-0320
2020-03-20 21:36:14 +03:00
alesapin
ba3ac3df32
Fix alter drop column for compact parts
2020-03-20 15:25:24 +03:00
Artem Zuikov
b6d2895511
add test
2020-03-20 15:16:00 +03:00
Artem Zuikov
ae69a53f2b
update tests
2020-03-20 15:09:53 +03:00
alesapin
1e041b8791
Fix argument
2020-03-20 14:24:17 +03:00
alesapin
dcb505b993
Fix 01045 test
2020-03-20 14:22:25 +03:00
alesapin
5a3216b26f
Merge with master
2020-03-20 13:45:36 +03:00
philip.han
7549c575b1
Add 'strict_order' option to windowFunnel()
2020-03-20 19:31:47 +09:00
hcz
ae2c60d224
Update tests and docs related to splitByString
2020-03-20 13:37:46 +08:00
alexey-milovidov
791dddc184
Merge pull request #9754 from ClickHouse/fix_mutations_memory_consumption
...
Fix mutations huge memory consumption
2020-03-19 21:56:50 +03:00
Alexey Milovidov
1a3e5cfcc5
Fixed a test that may taint other tests if timed out
2020-03-19 20:31:49 +03:00
alesapin
c6d10e32fc
Revert accident changes
2020-03-19 18:12:22 +03:00
alesapin
204d0ac955
Fix bugs after method split
2020-03-19 17:11:37 +03:00
alesapin
ce8eb9293a
Merge branch 'master' into alter_on_top_of_mutations_merge_tree
2020-03-19 16:05:17 +03:00
alesapin
2b41cb2f5c
Rename part_log table
2020-03-19 14:34:02 +03:00
alesapin
d27cd773cc
Fix mutations huge memory consumption
2020-03-19 14:31:21 +03:00
alexey-milovidov
4b943cd044
Merge pull request #9723 from amosbird/cd
...
random seed by default in groupArraySample
2020-03-19 12:33:40 +03:00
hcz
c115757e79
Update tests and docs for string splitting functions
2020-03-19 10:35:18 +08:00
alesapin
e6acfd4e8b
Return new test
2020-03-18 12:12:35 +03:00
alesapin
b3d52cfb33
Merge branch 'master' into alter_on_top_of_mutations_merge_tree
2020-03-18 11:54:19 +03:00
Amos Bird
045f5ae348
random seed by default
2020-03-18 16:12:15 +08:00
Artem Zuikov
dbc08d7644
Add DATE and TIMESTAMP operators ( #9691 )
...
* DATE and TIMESTAMP operators
2020-03-18 00:56:47 +03:00
alesapin
5877a5af42
Remove alter transaction!!!
2020-03-17 16:49:50 +03:00
alesapin
718903f140
Simplify test and fix order of messages
2020-03-16 17:05:11 +03:00
alesapin
4547e1a25b
Simplify kill mutation test
2020-03-16 14:54:07 +03:00
alexey-milovidov
a4cc526133
Merge pull request #9065 from ClickHouse/split_databases_from_context
...
Split databases from Context
2020-03-15 03:42:57 +03:00
alexey-milovidov
9e658d4541
Merge pull request #9602 from ClickHouse/common-prelimit-counter
...
Common prelimit counter
2020-03-15 02:24:07 +03:00
alexey-milovidov
3ef1d40b97
Merge pull request #9636 from azat/fix-sum-remote
...
Fix various sum*() functions via remote() usage (incorrect function name)
2020-03-15 01:00:39 +03:00
Alexey Milovidov
16be947390
Make test faster in debug + coverage mode
2020-03-13 23:06:55 +03:00
Alexander Tokmakov
729e4fc9fd
fix
2020-03-13 22:46:16 +03:00
Alexander Tokmakov
339c1016c8
add test for tmp tables
2020-03-13 20:08:06 +03:00
Artem Zuikov
2f6bdffffc
Fix RIGHT and FULL JOIN with LowCardinality ( #9610 )
...
fix RIGHT and FULL JOIN with LowCardinality
2020-03-13 11:15:43 +03:00
Azat Khuzhin
9e999e0fb9
Fix various sum*() functions via remote() usage (incorrect function name)
2020-03-13 00:05:11 +03:00
alexey-milovidov
dc9725a757
Merge pull request #9612 from CurtizJ/fix-range-reader
...
Fix MergeTreeRangeReader
2020-03-12 23:31:50 +03:00
Alexander Tokmakov
158cde68b5
enable UUIDs for temporary tables
2020-03-12 23:00:37 +03:00
Nikolai Kochetov
b1488952c2
Added test.
2020-03-12 18:58:53 +03:00