srielau commented on code in PR #43438:
URL: https://github.com/apache/spark/pull/43438#discussion_r1365518652


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2039,6 +2039,12 @@
     },
     "sqlState" : "42K07"
   },
+  "INVALID_SCHEMA_OR_RELATION_NAME" : {
+    "message" : [
+      "`<name>` is not a valid name for tables/schemas. Valid names only 
contain alphabet characters, numbers and _."

Review Comment:
   Oops didn't see that when I flipped it.
   



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