cloud-fan commented on code in PR #39925:
URL: https://github.com/apache/spark/pull/39925#discussion_r1102377057


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlan.scala:
##########
@@ -156,6 +156,16 @@ abstract class LogicalPlan
   }
 }
 
+object LogicalPlan {
+  // A dedicated tag for Spark Connect.
+  // If an expression (only support UnresolvedAttribute for now) was attached 
by this tag,
+  // the analyzer will extract the plan id, try to top-down traverse the query 
plan to find
+  // the plan node that also was attached by this tag, and then resolve this 
expression  with

Review Comment:
   ```suggestion
     // the plan node that also was attached by this tag, and then resolve this 
expression with
   ```



-- 
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]

Reply via email to