You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2016/11/03 17:11:58 UTC

[jira] [Created] (HIVE-15119) Support standard syntax for ROLLUP & CUBE

Vineet Garg created HIVE-15119:
----------------------------------

             Summary: Support standard syntax for ROLLUP & CUBE
                 Key: HIVE-15119
                 URL: https://issues.apache.org/jira/browse/HIVE-15119
             Project: Hive
          Issue Type: Task
          Components: Parser, SQL
            Reporter: Vineet Garg
            Assignee: Vineet Garg


Standard ROLLUP and CUBE syntax is GROUP BY ROLLUP (expression list)... and GROUP BY CUBE (expression list) respectively. 
Currently HIVE only allows GROUP BY <expression list> WITH ROLLUP/CUBE syntax.
 
 We would like HIVE to support standard ROLLUP/CUBE syntax.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)