blob: 9edb2f9b05099a0eaacaddcbdd19cc58ee424809 [file] [log] [blame]
set hive.default.fileformat=ORC;
create table orc_test (userid bigint, string1 string, subtype double, decimal1 decimal, ts timestamp);
load data local inpath '../../data/files/kv1.txt' into table orc_test;