MaxGekk commented on a change in pull request #30947:
URL: https://github.com/apache/spark/pull/30947#discussion_r549678471



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/catalog/CatalogV2Implicits.scala
##########
@@ -118,7 +118,7 @@ private[sql] object CatalogV2Implicits {
 
   implicit class MultipartIdentifierHelper(parts: Seq[String]) {
     if (parts.isEmpty) {
-      throw new AnalysisException("multi-part identifier cannot be empty.")
+      throw new AnalysisException("Namespaces in V1 catalog can have only a 
single name part.")

Review comment:
       I think this https://github.com/apache/spark/pull/30963 is better 
solution.




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