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