Update 02376_arrow_dict_with_string.sql

This commit is contained in:
Kruglov Pavel 2022-07-29 19:38:00 +02:00 committed by GitHub
parent 01a309d4e3
commit be656f9dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-fasttest
insert into function file(02376_data.arrow) select toLowCardinality(toString(number)) as x from numbers(10) settings output_format_arrow_string_as_string=1, output_format_arrow_low_cardinality_as_dictionary=1, engine_file_truncate_on_insert=1;
desc file (02376_data.arrow);
select * from file(02376_data.arrow);