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