[ https://issues.apache.org/jira/browse/SPARK-35183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-35183. --------------------------------- Fix Version/s: 3.2.0 Resolution: Fixed Issue resolved by pull request 32290 [https://github.com/apache/spark/pull/32290] > CombineConcats should call transformAllExpressions > -------------------------------------------------- > > Key: SPARK-35183 > URL: https://issues.apache.org/jira/browse/SPARK-35183 > Project: Spark > Issue Type: Bug > Components: Optimizer > Affects Versions: 3.1.0 > Reporter: Yingyi Bu > Assignee: Yingyi Bu > Priority: Minor > Fix For: 3.2.0 > > > {code:java} > plan transformExpressions { ... }{code} > only applies the transformation node `plan` itself, but not its children. We > should call transformAllExpressions instead of transformExpressions in > CombineConcats. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org