You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 12:45:58 UTC

[GitHub] [arrow-rs] alamb opened a new issue #168: Implement FromIter for timestamps, that includes timezone info

alamb opened a new issue #168:
URL: https://github.com/apache/arrow-rs/issues/168


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11312
   
   We currently have TimestampArray::from_vec and TimestampArray::from_opt_vec in order to provide timezone information. We do not have an option that uses FromIter.
   
   When implementing this, we should search the codebase (esp Parquet) and replace the vector-based methods above with iterators where it makes sense.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org