blob: 1b1eb8e0c0595153b3fcd9185f92ee595609de8e [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, 3;