cloud-fan commented on a change in pull request #26513: [SPARK-29834][SQL]DESC 
DATABASE should look up catalog like v2 commands
URL: https://github.com/apache/spark/pull/26513#discussion_r346152508
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
 ##########
 @@ -116,6 +116,23 @@ class DataSourceV2SQLSuite
       Row("data", "string", "")))
   }
 
+  test("DescribeNamespace using v2 catalog") {
+    spark.sql("CREATE NAMESPACE IF NOT EXISTS testcat.ns_name COMMENT " +
 
 Review comment:
   can we test `testcat.ns1.ns2`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to