imback82 commented on a change in pull request #27095: [SPARK-30214][SQL] V2 commands resolves namespaces with new resolution framework URL: https://github.com/apache/spark/pull/27095#discussion_r363592006
########## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statements.scala ########## @@ -362,37 +367,48 @@ case class ShowTableStatement( * A CREATE NAMESPACE statement, as parsed from SQL. */ case class CreateNamespaceStatement( - namespace: Seq[String], + namespace: LogicalPlan, Review comment: yea you are right, and in this case, it will be consistent for tables as well. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
