aprimadi commented on code in PR #4201:
URL: https://github.com/apache/arrow-rs/pull/4201#discussion_r1192293973
##########
arrow-cast/src/cast.rs:
##########
@@ -6114,6 +6127,97 @@ mod tests {
assert!(result.is_null(2));
}
+ // See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for
list of valid
+ // timezones
+
+ // Cast Timestamp(_, None) -> Timestamp(_, Some(timezone))
+ #[cfg(feature = "chrono-tz")]
Review Comment:
Right I need to get some dinner. How is everything else looks though? So I
can fix it after I get back.
--
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]