Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
negative
/
q15.sql.drill-2200
blob: 8069d57ed5410b54f208aad835486be5121eae61 [
file
] [
log
] [
blame
]
--
verify that the sqlline output contains
" kvgen function only supports Simple maps as input"
select
kvgen
(
d
.
map
.
abcd
)
from
`DRILL-2200.json`
d
;