Ngone51 commented on a change in pull request #32692:
URL: https://github.com/apache/spark/pull/32692#discussion_r641331217
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/AnalysisHelper.scala
##########
@@ -91,7 +91,9 @@ trait AnalysisHelper extends QueryPlan[LogicalPlan] { self:
LogicalPlan =>
}
} else {
CurrentOrigin.withOrigin(origin) {
- rule.applyOrElse(afterRuleOnChildren, identity[LogicalPlan])
+ val afterRule = rule.applyOrElse(afterRuleOnChildren,
identity[LogicalPlan])
+ afterRule.copyTagsFrom(self)
Review comment:
@cloud-fan @dongjoon-hyun this fixes the test failure.
--
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]