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