blob: ac65a6d62d620895480ad54b29f37a139dd12ec8 [file] [log] [blame]
create database if not exists droptable;
create external table if not exists droptable.droptable10_parquet (
c_row int,
c_groupby string,
c_int int,
c_bigint bigint,
c_float4 float,
c_float8 double
)
STORED AS PARQUET
LOCATION '/drill/testdata/droptable/droptable10';