Zoltan Haindrich created HIVE-24986: ---------------------------------------
Summary: Support aggregates on columns present in rollups
Key: HIVE-24986
URL: https://issues.apache.org/jira/browse/HIVE-24986
Project: Hive
Issue Type: Improvement
Reporter: Zoltan Haindrich
Assignee: Zoltan Haindrich
{code}
SELECT key, value, count(key) FROM src GROUP BY key, value with rollup;
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
