blob: f83633c46bce430f87c583c2965dd91994d0b8d6 [file] [log] [blame]
set store.json.reader.allow_nan_inf = true;
--@test
select distinct t.Label, tt.Label from `jsonNanInf/PN_Inf_NaN.json` t
join `jsonNanInf/PN_Inf_NaN.json` tt
on t.Positive_Infinity = tt.Positive_Infinity
and t.Negative_Infinity = tt.Negative_Infinity;
reset store.json.reader.allow_nan_inf;