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