blob: 7c5e7e98dae3f6330e3c71abe9122d9b95a51084 [file] [log] [blame]
--! qt:dataset:src
set hive.exec.parallel=true;
create table t_n25 as select * from src;
explain analyze table t_n25 compute statistics for columns;
analyze table t_n25 compute statistics for columns;