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