blob: afba54f1d39e03410e9a7d01b1e38197d2c7c778 [file] [log] [blame]
select
p.int_col, p.bigint_col, p.date_col, p.time_col, p.timestamp_col, p.interval_col, p.varchar_col, p.float_col, p.double_col, p.bool_col
from dfs.`cross-sources`.`fewtypes_null.parquet` p
union all
select o.int_col, o.bigint_col, o.date_col, cast(o.time_col as time), o.timestamp_col, o.interval_col, o.varchar_col, o.float_col, o.double_col, o.bool_col
from hive.crosssources.fewtypes_null_hive o;