Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
invalid_cast_to_binary_6.q
blob: c2143c5c9e9552eba9bbb37d7bbbaaf1bd061e01 [
file
] [
log
] [
blame
]
select
cast
(
cast
(
2
as
double
)
as
binary
)
from
src limit
1
;