Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
json
/
jsonNanInf
/
positiveCases
/
addFunction.q
blob: a6b2ae5909028f53fce875a236efb130821fa0b4 [
file
] [
log
] [
blame
]
set
store
.
json
.
reader
.
allow_nan_inf
=
true
;
--
@test
select
add
(
Nan
,
5.00
),
add
(
Positive_Infinity
,
5.00
),
add
(
Negative_Infinity
,
5.00
)
from
`jsonNanInf/PN_Inf_NaN.json`
;
reset store
.
json
.
reader
.
allow_nan_inf
;