Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
int96
/
q8.sql_drill5389
blob: c795206eb22d7fb365de3261724981fa2d9af5dc [
file
] [
log
] [
blame
]
select
age
(
convert_from
(
create_timestamp2
,
'TIMESTAMP_IMPALA'
),
convert_from
(
create_timestamp1
,
'TIMESTAMP_IMPALA'
))
from
dfs
.
`/user/hive/warehouse/hive1_parquet`
where
voter_id
=
3
;