mihailoale-db commented on code in PR #49468:
URL: https://github.com/apache/spark/pull/49468#discussion_r1914519336
##########
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:
In this approach we show then plan diff in bottom up manner for every
unresolved->resolved node. There are some improvements that can be done for the
current framework but that's something that we'll do in future iterations.
--
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]