mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Run tests without new analyzer
This commit is contained in:
parent
36725fb5e1
commit
aeaaef4347
@ -1,6 +1,9 @@
|
||||
set allow_experimental_variant_type=1;
|
||||
set use_variant_as_common_type=1;
|
||||
|
||||
-- This test should be run with allow_experimental_analyzer=0, because it checks the behavior of the old analyzer.
|
||||
set allow_experimental_analyzer=0;
|
||||
|
||||
select toTypeName(res), if(1, [1,2,3], 'str_1') as res;
|
||||
select toTypeName(res), if(1, [1,2,3], 'str_1'::Nullable(String)) as res;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user