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