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