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