[ https://issues.apache.org/jira/browse/SPARK-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-6356: ----------------------------------- Assignee: Apache Spark > 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 > Assignee: Apache Spark > > 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