blob: 6c9394c86aaa9ce3835778a5bfcbb6c2e9f94eae [file] [log] [blame]
set store.json.reader.allow_nan_inf = true;
--@test
select exp(Nan) NaN, exp(Positive_Infinity) POS_INF, exp(Negative_Infinity) NEG_INF from `jsonNanInf/PN_Inf_NaN.json`;
reset store.json.reader.allow_nan_inf;