mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Force new analyzer for test
This commit is contained in:
parent
7579d06272
commit
759299910c
@ -13,4 +13,4 @@ INSERT INTO test_03217_merge_replica_1 SELECT number AS x FROM numbers(10);
|
|||||||
SYSTEM SYNC REPLICA test_03217_merge_replica_2;
|
SYSTEM SYNC REPLICA test_03217_merge_replica_2;
|
||||||
|
|
||||||
-- If the filter on _table is not applied, then the plan will show both replicas
|
-- If the filter on _table is not applied, then the plan will show both replicas
|
||||||
EXPLAIN SELECT _table, count() FROM test_03217_all_replicas WHERE _table = 'test_03217_merge_replica_1' AND x >= 0 GROUP BY _table;
|
EXPLAIN SELECT _table, count() FROM test_03217_all_replicas WHERE _table = 'test_03217_merge_replica_1' AND x >= 0 GROUP BY _table SETTINGS allow_experimental_analyzer=1;
|
||||||
|
Loading…
Reference in New Issue
Block a user