Yingyi Bu created SPARK-35183: --------------------------------- Summary: 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
{{plan transformExpressions \{ ... }}} 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