Fix fasttest

This commit is contained in:
Kruglov Pavel 2022-05-10 18:32:20 +02:00 committed by GitHub
parent 9abdacdd2e
commit 71edcc8ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
-- Tags: no-fasttest
insert into function file(02293_data.arrow) select toLowCardinality(toString(number)) from numbers(300) settings output_format_arrow_low_cardinality_as_dictionary=1, engine_file_truncate_on_insert=1;
select * from file(02293_data.arrow);