Skip to content

Commit

Permalink
Merge pull request ClickHouse#62564 from ClickHouse/analyzer-perf-tests
Browse files Browse the repository at this point in the history
Always use new analyzer in performance tests
  • Loading branch information
novikd authored Apr 16, 2024
2 parents 3272d75 + 5d7882b commit 7c63d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/performance/scripts/eqmed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

0 comments on commit 7c63d99

Please sign in to comment.