blob: 2db34076cd4691c7809481b2d814fb91c6848482 [file] [log] [blame]
set store.json.reader.allow_nan_inf = true;
--@test
select t.name, min(t.attr4) from `jsonNanInf/aggr.json` t group by t.name;
reset store.json.reader.allow_nan_inf;