Test with both analyzers

This commit is contained in:
Raúl Marín 2024-11-05 12:39:36 +01:00
parent 097fb78a6e
commit 996773b205

View File

@ -7,4 +7,4 @@ INNER JOIN rewrite AS y ON (
SELECT 1
)
INNER JOIN rewrite AS z ON 1
SETTINGS allow_experimental_analyzer=0, optimize_rewrite_array_exists_to_has=1;
SETTINGS optimize_rewrite_array_exists_to_has=1;