Try to fix perf tests

This commit is contained in:
Dmitry Novik 2024-03-25 17:06:42 +01:00
parent 64301191b1
commit 8bd49aa303

View File

@ -67,4 +67,5 @@ 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
;