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

Apache Spark commented on SPARK-18969:
--------------------------------------

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

> PullOutNondeterministic should work for Aggregate operator
> ----------------------------------------------------------
>
>                 Key: SPARK-18969
>                 URL: https://issues.apache.org/jira/browse/SPARK-18969
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> This test case should pass:
> {code}
>     checkAnalysis(
>       r.groupBy(rnd)(rnd),
>       r.select(a, b, rnd).groupBy(rndref)(rndref)
>     )
> {code}



--
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