blob: e2e40c06717933e488ae48af1f19ce965b9a8a47 [file] [log] [blame]
ALTER SESSION SET `store.format`='csv';
CREATE TEMPORARY TABLE dfs.tmp.temp_tbl_20
AS
SELECT * FROM typeall_l;
SELECT COUNT(*) FROM dfs.tmp.temp_tbl_20;
DROP TABLE dfs.tmp.temp_tbl_20;
ALTER SESSION SET `store.format`='parquet';