blob: 46381357fdc681c779458a15b936ab5f77505a94 [file] [log] [blame]
set hive.strict.timestamp.conversion=true;
create table t(a struct<t:timestamp>);
select cast(a.t as integer) from t;