[ 
https://issues.apache.org/jira/browse/SPARK-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366551#comment-14366551
 ] 

Apache Spark commented on SPARK-6356:
-------------------------------------

User 'watermen' has created a pull request for this issue:
https://github.com/apache/spark/pull/5080

> Support the ROLLUP/CUBE/GROUPING SETS/grouping() in SQLContext
> --------------------------------------------------------------
>
>                 Key: SPARK-6356
>                 URL: https://issues.apache.org/jira/browse/SPARK-6356
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Yadong Qi
>
> Support for the expression below:
> ```
> GROUP BY expression list WITH ROLLUP
> GROUP BY expression list WITH CUBE
> GROUP BY expression list GROUPING SETS(expression list2)
> ```
> and
> ```
> GROUP BY ROLLUP(expression list)
> GROUP BY CUBE(expression list)
> GROUP BY GROUPING SETS(expression list)
> ```
> and
> ```
> GROUPING (expression list)
> ```



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to