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

Ritika Maheshwari commented on SPARK-40159:
-------------------------------------------

This issue seems to have been resolved by SPARK-38489

> Aggregate should be group only after collapse project to aggregate
> ------------------------------------------------------------------
>
>                 Key: SPARK-40159
>                 URL: https://issues.apache.org/jira/browse/SPARK-40159
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Wan Kun
>            Priority: Major
>
> CollapseProject rule will merge project expressions into AggregateExpressions 
> in aggregate, which will make the *aggregate.groupOnly* to false.
> {code}
> val df = testData.distinct().select('key + 1, ('key + 1).cast("long"))
> df.queryExecution.optimizedPlan.collect {
>   case a: Aggregate => a
> }.foreach(agg => assert(agg.groupOnly === true)) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to