MaxGekk commented on code in PR #38422:
URL: https://github.com/apache/spark/pull/38422#discussion_r1007996419
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -98,6 +98,11 @@
"The value <str> (<fmt>) cannot be converted to <targetType> because it
is malformed. Correct the value as per the syntax, or change its format. Use
<suggestion> to tolerate malformed input and return NULL instead."
]
},
+ "DATA_PATH_NOT_EXIST" : {
Review Comment:
How about `PATH_NOT_FOUND`?
--
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]