Merge pull request #62564 from ClickHouse/analyzer-perf-tests

Always use new analyzer in performance tests
This commit is contained in:
Dmitry Novik 2024-04-16 20:45:16 +00:00 committed by GitHub
commit 7c63d99625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,5 +67,4 @@ from
select throwIf(uniq((test, query)) != 1) from 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)
SETTINGS allow_experimental_analyzer = 0
;