blob: 24dc942f77652335d2e2f5a20ba69acade5554c0 [file] [log] [blame]
select intField i, count(intField) ci, strField s, count(strField) cs from dfs.drillTestDir.`DRILL-1248/group_by_parquet` group by 1, 3;