blob: 47c5310610c8a0ec3e7fdb1b7a411df6459af043 [file] [log] [blame]
SET hive.metastore.batch.retrieve.max=1;
CREATE TABLE IF NOT EXISTS temp_n1(col STRING);
DROP TABLE temp_n1 PURGE;