blob: 66311c07fbafb5bce1bf09cbb501c1317475fc54 [file] [log] [blame]
SET hive.concatenate.external.table=true;
create external table test_ext_concat (i int) stored as orc;
alter table test_ext_concat concatenate;
drop table test_ext_concat;