/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientnegative/load_wrong_fileformat.q
# · text · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 8b12ffc20e5866850c63c069b10acf09 MD5 · raw file
- -- 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;