Mark test as no-parallel

This commit is contained in:
Kruglov Pavel 2022-05-19 12:52:52 +02:00 committed by GitHub
parent 468954cc87
commit 0092b3e6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
-- Tags: no-fasttest
-- Tags: no-fasttest, no-parallel
insert into function file(data_02302.parquet) select 1 as x settings engine_file_truncate_on_insert=1;
select * from file(data_02302.parquet, auto, 'x UInt8, y default 42, z default x + y') settings input_format_parquet_allow_missing_columns=1;