Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2.0
-
None
-
None
Description
Queries with empty grouping sets, such as the following:
SELECT a FROM T1 GROUP BY a GROUPING SETS (());
are not allowed in Hive. The restriction was added in HIVE-3471, together with some negative tests. However, the reason why this restriction is included is not described in the JIRA case, and the review board link (where there might be some additional information) does not work anymore. After running some tests myself, empty grouping sets seems to be working perfectly even when it is on its own; thus, it seems we could lift this restriction.
Attachments
Issue Links
- relates to
-
HIVE-16102 Grouping sets do not conform to SQL standard
- Resolved