Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
json
/
jsonNanInf
/
positiveCases
/
maxFunction.q
blob: d1f7831d03945a47fe73cf9fef30cd28d591af0f [
file
] [
log
] [
blame
]
set
store
.
json
.
reader
.
allow_nan_inf
=
true
;
--
@test
select
t
.
name
,
max
(
t
.
attr4
)
from
`jsonNanInf/aggr.json`
t
group
by
t
.
name
;
reset store
.
json
.
reader
.
allow_nan_inf
;