blob: b0b7a0254a4e0d381f5c505002eb7fdaac654e4f [file] [log] [blame]
--! qt:dataset:src
set hive.mapred.mode=nonstrict;
drop table if exists orc_table_with_null;
CREATE TABLE orc_table_with_null STORED AS ORC AS SELECT key, null FROM src;