blob: 2acabdf5a75ea153640920075242593a1b81427c [file] [log] [blame]
SET hive.exec.schema.evolution=true;
create table src_orc (key tinyint, val string) stored as orc;
alter table src_orc change key k tinyint after val;