blob: 99da4291a088a1702a4e9f95b47187f6eea0d388 [file] [log] [blame]
set store.json.reader.allow_nan_inf = true;
--@test
select not_equal(Nan, Nan1), not_equal(Positive_Infinity, Positive_Infinity1), not_equal(Negative_Infinity, Negative_Infinity1) from `jsonNanInf/PN_Inf_NaN.json`;
reset store.json.reader.allow_nan_inf;