You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2021/01/19 06:29:00 UTC

[jira] [Created] (ARROW-11312) [Rust] Implement FromIter for timestamps, that includes timezone info

Neville Dipale created ARROW-11312:
--------------------------------------

             Summary: [Rust] Implement FromIter for timestamps, that includes timezone info
                 Key: ARROW-11312
                 URL: https://issues.apache.org/jira/browse/ARROW-11312
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Neville Dipale


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 message was sent by Atlassian Jira
(v8.3.4#803005)