cloud-fan commented on a change in pull request #33835:
URL: https://github.com/apache/spark/pull/33835#discussion_r696259667
##########
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:
yea, for commands like `CreatNamespace`, after resolving the catalog, we
just pass whatever the name is to the v2 catalog `createNamespace` API.
--
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]