You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2016/10/07 22:13:20 UTC

[jira] [Resolved] (SPARK-6356) Support the ROLLUP/CUBE/GROUPING SETS/grouping() in SQLContext

     [ https://issues.apache.org/jira/browse/SPARK-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao Li resolved SPARK-6356.
----------------------------
    Resolution: Fixed

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org