urosstan-db commented on code in PR #58762:
URL: https://github.com/apache/spark/pull/58762#discussion_r3997095563
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4542,6 +4542,12 @@
],
"sqlState" : "46121"
},
+ "INVALID_JDBC_PARTITION_BOUND" : {
+ "message" : [
+ "Cannot parse the value <value> for JDBC option <option> as <dataType>."
+ ],
+ "sqlState" : "22023"
Review Comment:
Is this right error code, put in PR description that 22023 means if this is
right decision
--
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]