blob: 4d79bbeb102c74c6b27feaf79f3230349a0dd8d8 [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 T1(name STRING) STORED AS RCFILE;
LOAD DATA LOCAL INPATH '../../data/files/kv1.seq' INTO TABLE T1;