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