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

Wenchen Fan resolved SPARK-38177.
---------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 35479
[https://github.com/apache/spark/pull/35479]

> Fix wrong transformExpressions in Optimizer
> -------------------------------------------
>
>                 Key: SPARK-38177
>                 URL: https://issues.apache.org/jira/browse/SPARK-38177
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: XiDuo You
>            Priority: Major
>             Fix For: 3.3.0
>
>
> `transformExpressions` can only traverse all expressions in this current 
> query plan, so the rule `EliminateDistinct` and `EliminateAggregateFilter` 
> can not optimize the non-root node. We should use `transformAllExpressions` 
> rather than `transformExpressions`.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to