blob: 1317c06955fc623f40709a58e16a83f22a0187ce [file] [log] [blame]
alter session set `store.parquet.reader.int96_as_timestamp`=true;
select count(*) from hive1_parquet where create_timestamp1 is not null;
alter session set `store.parquet.reader.int96_as_timestamp`=false;