cloud-fan commented on code in PR #47485:
URL: https://github.com/apache/spark/pull/47485#discussion_r1694799680
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2503,6 +2497,24 @@
},
"sqlState" : "42K0E"
},
+ "INVALID_LOCATION" : {
+ "message" : [
+ "The <locationKey> location <locationValue> is invalid."
+ ],
+ "subClass" : {
+ "EMPTY" : {
+ "message" : [
+ "It cannot be empty string."
+ ]
+ },
+ "SYNTAX" : {
+ "message" : [
+ "Failed to parse URI due to <cause>"
Review Comment:
This can be a top-level error condition with 4 sub-classes as well.
--
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]