Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
udf_concat_ws_wrong2.q
blob: c49e7868bbb5ee582f57e40caa0f10afdb3f0e7d [
file
] [
log
] [
blame
]
--
invalid argument type
SELECT concat_ws
(
'[]'
,
array
(
100
,
200
,
50
))
FROM src LIMIT
1
;