dongjoon-hyun commented on a change in pull request #26840: [SPARK-30038][SQL] 
DESCRIBE FUNCTION should do multi-catalog resolution
URL: https://github.com/apache/spark/pull/26840#discussion_r356423436
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
 ##########
 @@ -1799,6 +1799,18 @@ class DataSourceV2SQLSuite
     }
   }
 
+  test("DESCRIBE FUNCTION not valid v1 namespace") {
+    val e = intercept[AnalysisException] {
+      sql(s"DESCRIBE FUNCTION testcat.ns1.ns2.fun")
 
 Review comment:
   `s"` -> `"`.

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