Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
nestedAggs
/
DRILL4808.q.failing
blob: 3571c4228747be8cdcbf574b8fca213d51c2bc28 [
file
]
select
*,
MIN
(
col9
)
over
(
partition
by
col7 order
by
col8
)
from
`allTypsUniq.parquet`
GROUP BY col0
,
col1
,
col2
,
col3
,
col4
,
col5
,
col6
,
col7
,
col8
,
col9
;