yaooqinn commented on code in PR #43403: URL: https://github.com/apache/spark/pull/43403#discussion_r1368337352
########## docs/sql-error-conditions-invalid-time-travel-timestamp-expr-error-class.md: ########## @@ -33,6 +33,10 @@ Cannot be casted to the "TIMESTAMP" type. Must be deterministic. +## OPTION + +Timestamp string in the options should be in the format of 'yyyy-MM-dd HH:mm:ss[.us][zone_id]'. Review Comment: ```suggestion Timestamp string in the options should use ISO standard format such as 'yyyy-MM-dd HH:mm:ss'. ``` -- 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]
