mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
4 lines
295 B
SQL
4 lines
295 B
SQL
-- Tags: no-fasttest, no-parallel
|
|
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) settings max_threads=1;
|