MaxGekk commented on code in PR #41241:
URL: https://github.com/apache/spark/pull/41241#discussion_r1199700522


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -904,6 +904,11 @@
     ],
     "sqlState" : "42K05"
   },
+  "INVALID_ESC" : {
+    "message" : [
+      "Invalid escape string. Escape string must contain only one character."

Review Comment:
   Could you show the invalid string in the error message, please:
   ```suggestion
         "Found an invalid escape string: <invalidEscape>. The escape string 
must contain only one character."
   ```



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