blob: a7f1e92d55980a95db33299bb01bc33aad77d097 [file] [log] [blame]
CREATE TABLE non_native(key int, value string)
STORED BY 'org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler';
-- trucate for non-native table
TRUNCATE TABLE non_native;