tustvold commented on code in PR #3016:
URL: https://github.com/apache/arrow-rs/pull/3016#discussion_r1017486798


##########
arrow-cast/src/cast.rs:
##########
@@ -527,6 +534,16 @@ fn make_timestamp_array(
     }
 }
 
+fn as_time_res<T: ArrowPrimitiveType>(v: i64) -> Result<NaiveTime, ArrowError> 
{
+    match as_time::<T>(v) {

Review Comment:
   You will probably want to use timezones of the form `+01:00` as parsing 
timezones like `UTC` will require chrono-tz



-- 
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]

Reply via email to