MaxGekk commented on code in PR #39872:
URL: https://github.com/apache/spark/pull/39872#discussion_r1096801808
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -511,6 +511,12 @@
],
"sqlState" : "38000"
},
+ "FAILED_PARSE_EMPTY_STRING" : {
+ "message" : [
+ "Failed to parse an empty string for data type <dataType>."
Review Comment:
ahh, I missed that it is a legacy config. I agree to don't advertise 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]