ClickHouse/tests/queries/0_stateless/02168_avro_bug.sql
2022-01-13 15:26:30 +03:00

6 lines
310 B
SQL

-- Tags: no-fasttest
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
select 'OK';