cloud-fan commented on a change in pull request #26847: [SPARK-30214][SQL] 
Support COMMENT ON syntax
URL: https://github.com/apache/spark/pull/26847#discussion_r360356391
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
 ##########
 @@ -1929,6 +1929,60 @@ class DataSourceV2SQLSuite
     }
   }
 
+  test("COMMENT ON NAMESPACE") {
+    // Session catalog is used.
 
 Review comment:
   let's add
   ```
   // unset this config to use the default v2 session catalog.
   spark.conf.unset(V2_SESSION_CATALOG_IMPLEMENTATION.key)
   ```
   to test the real session 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.
 
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]

Reply via email to