mikhailnik-db commented on code in PR #48228:
URL: https://github.com/apache/spark/pull/48228#discussion_r1773568052


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3021,6 +3021,11 @@
           "LATERAL can only be used with subquery and table-valued functions."
         ]
       },
+      "MULTI_PART_CATALOG_NAME" : {
+        "message" : [
+          "<statement> with multiple part catalog name(<catalogName>) is not 
allowed."
+        ]
+      },
       "MULTI_PART_NAME" : {
         "message" : [
           "<statement> with multiple part function name(<funcName>) is not 
allowed."

Review Comment:
   I'm not sure if it's better to leave this two errors separately or 
generalize MULTI_PART_NAME to match all the use cases



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to