[ https://issues.apache.org/jira/browse/SPARK-7320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yin Huai resolved SPARK-7320. ----------------------------- Resolution: Fixed Fix Version/s: 1.4.0 Issue resolved by pull request 6304 [https://github.com/apache/spark/pull/6304] > Add rollup and cube support to DataFrame DSL > -------------------------------------------- > > Key: SPARK-7320 > URL: https://issues.apache.org/jira/browse/SPARK-7320 > Project: Spark > Issue Type: Sub-task > Components: SQL > Reporter: Reynold Xin > Assignee: Cheng Hao > Labels: starter > Fix For: 1.4.0 > > > We should add two functions to GroupedData in order to support rollup and > cube for the DataFrame DSL. > {code} > def rollup(): GroupedData > def cube(): GroupedData > {code} > These two should return new GroupedData with the appropriate state set so > when we run an Aggregate, we translate the underlying logical operator into > Rollup or Cube. -- 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