blob: 3c0d55c58c9e6ab8d009cb6c2a6e55ed8dde20f2 [file] [log] [blame]
set store.json.reader.allow_nan_inf = true;
--@test
select t.name, count(t.attr4) from `jsonNanInf/aggr.json` t group by t.name
union all
select t.name, count(distinct t.attr4) from `jsonNanInf/aggr.json` t group by t.name;
reset store.json.reader.allow_nan_inf;