cloud-fan commented on code in PR #49468:
URL: https://github.com/apache/spark/pull/49468#discussion_r1913067842
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/resolver/PlanLogger.scala:
##########
@@ -46,7 +46,7 @@ class PlanLogger extends Logging {
|${MDC(
QUERY_PLAN,
sideBySide(
-
unresolvedPlan.withNewChildren(resolvedPlan.children).treeString,
+ unresolvedPlan.treeString,
Review Comment:
The intention is to only show the diff of the current node, not the entire
tree. Can you give an example of the bug?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]