cloud-fan commented on code in PR #48260:
URL: https://github.com/apache/spark/pull/48260#discussion_r1778122250
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3267,6 +3267,12 @@
},
"sqlState" : "42000"
},
+ "INVALID_ZONE_OFFSET": {
+ "message": [
+ "<message>. ZoneOffset represents the time difference from UTC and must
be in the range from -18:00 to +18:00."
Review Comment:
yea, and also to retain the original error message from the JDK library.
--
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]