mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #62564 from ClickHouse/analyzer-perf-tests
Always use new analyzer in performance tests
This commit is contained in:
commit
7c63d99625
@ -67,5 +67,4 @@ from
|
|||||||
select throwIf(uniq((test, query)) != 1) from table
|
select throwIf(uniq((test, query)) != 1) from table
|
||||||
) check_single_query -- this subselect checks that there is only one query in the input table;
|
) check_single_query -- this subselect checks that there is only one query in the input table;
|
||||||
-- written this way so that it is not optimized away (#10523)
|
-- written this way so that it is not optimized away (#10523)
|
||||||
SETTINGS allow_experimental_analyzer = 0
|
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user