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;