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