viirya commented on a change in pull request #33835:
URL: https://github.com/apache/spark/pull/33835#discussion_r696256314



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/v2ResolutionPlans.scala
##########
@@ -188,3 +198,10 @@ case class ResolvedFunc(identifier: Identifier)
   extends LeafNode {
   override def output: Seq[Attribute] = Nil
 }
+
+/**
+ * A plan containing resolved database object name with catalog determined.
+ */
+case class ResolvedObjectName(catalog: CatalogPlugin, nameParts: Seq[String]) 
extends LeafNode {

Review comment:
       So we don't need to resolve the name of the object we want to create, 
but just resolve the catalog?




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