cloud-fan commented on code in PR #43403:
URL: https://github.com/apache/spark/pull/43403#discussion_r1366622868
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2188,6 +2194,11 @@
"Must be deterministic."
]
},
+ "OPTION" : {
+ "message" : [
+ "Timestamp string in the options should be in the format of
'yyyy-MM-dd HH:mm:ss[.us][zone_id]'."
Review Comment:
We use Cast and the allowed input string is very flexible. But in the
document, we should ask people to use the most standard timestamp format.
BTW, this is not really a Java timestamp format syntax, but only for
document purposes. I can remove the `[.us][zone_id]` part as most people won't
specify them in time travel.
--
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]