manuzhang commented on pull request #29593: URL: https://github.com/apache/spark/pull/29593#issuecomment-685198023
https://github.com/apache/spark/blob/2a88a202719839f96838307fc9a8b4dc9bfd0c34/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala#L332-L345 @maryannxue, that makes more sense. So do you mean change the `newNode.copyTagsFrom(this)` here and `transformDown` to ``` if (newNode.isEmpty) { newNode.copyTagsFrom(this) } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
