srielau commented on code in PR #48260:
URL: https://github.com/apache/spark/pull/48260#discussion_r1777404919
##########
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:
Not sure why we need to preserve the caused by. Or is that merely for the
stack trace?
--
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]