cloud-fan commented on a change in pull request #33835:
URL: https://github.com/apache/spark/pull/33835#discussion_r696247473



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/v2ResolutionPlans.scala
##########
@@ -124,6 +124,16 @@ case class UnresolvedFunc(multipartIdentifier: 
Seq[String]) extends LeafNode {
   final override val nodePatterns: Seq[TreePattern] = Seq(UNRESOLVED_FUNC)
 }
 
+/**
+ * Holds the name of a database object (table, view, namespace, function, 
etc.) that is to be

Review comment:
       Yes it will store table, view, function names.
   
   The difference is that, this is just a name, and we only need to resolve the 
catalog, no need to lookup table/view/function.




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