mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Force-enable analyzer
This commit is contained in:
parent
8c9fade58c
commit
8365a3623c
@ -1,5 +1,5 @@
|
||||
Expression ((Projection + Before ORDER BY))
|
||||
Filter (WHERE)
|
||||
Expression ((Project names + Projection))
|
||||
Filter ((WHERE + Change column names to column identifiers))
|
||||
ReadFromMergeTree (default.test_skip_idx)
|
||||
Indexes:
|
||||
Skip
|
||||
@ -12,8 +12,8 @@ Expression ((Projection + Before ORDER BY))
|
||||
Description: minmax GRANULARITY 1
|
||||
Parts: 1/1
|
||||
Granules: 1/2
|
||||
Expression ((Projection + Before ORDER BY))
|
||||
Filter (WHERE)
|
||||
Expression ((Project names + Projection))
|
||||
Filter ((WHERE + Change column names to column identifiers))
|
||||
ReadFromMergeTree (default.test_skip_idx)
|
||||
Indexes:
|
||||
Skip
|
||||
|
@ -4,6 +4,8 @@ SET optimize_move_to_prewhere = 1;
|
||||
SET convert_query_to_cnf = 0;
|
||||
SET optimize_read_in_order = 1;
|
||||
|
||||
SET allow_experimental_analyzer = 1; -- slightly different operator names than w/o
|
||||
|
||||
DROP TABLE IF EXISTS test_skip_idx;
|
||||
|
||||
CREATE TABLE test_skip_idx (
|
||||
|
Loading…
Reference in New Issue
Block a user