holdenk commented on a change in pull request #31427:
URL: https://github.com/apache/spark/pull/31427#discussion_r570428856



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
##########
@@ -2100,8 +2100,7 @@ class DataSourceV2SQLSuite
     val e1 = intercept[AnalysisException] {
       sql("DESCRIBE FUNCTION default.ns1.ns2.fun")
     }
-    assert(e1.message.contains(
-      "The namespace in session catalog must have exactly one name part: 
default.ns1.ns2.fun"))
+    assert(e1.message.contains("Unsupported function name 
'default.ns1.ns2.fun'"))

Review comment:
       So the reason isn't that the namespace in session catalog must have 
exactly one name part anymore, so I think it's an OK change.




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



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

Reply via email to