Force-enable analyzer

This commit is contained in:
Robert Schulze 2023-08-24 10:23:17 +00:00
parent 8c9fade58c
commit 8365a3623c
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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 (