blob: f0c3b59d30ddf43595af3293fa1c7865e489958c [file] [log] [blame]
-- test for loading into tables with the correct file format
-- test for loading into partitions with the correct file format
CREATE TABLE load_wrong_fileformat_T1(name STRING) STORED AS SEQUENCEFILE;
LOAD DATA LOCAL INPATH '../../data/files/kv1.txt' INTO TABLE load_wrong_fileformat_T1;