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