Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement FromIter for timestamps, that includes timezone info #168

Closed
Tracked by #3148
alamb opened this issue Apr 26, 2021 · 1 comment
Closed
Tracked by #3148

Implement FromIter for timestamps, that includes timezone info #168

alamb opened this issue Apr 26, 2021 · 1 comment
Labels
arrow Changes to the arrow crate

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

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.

@alamb
Copy link
Contributor Author

alamb commented Sep 19, 2023

I think this is no longer tracking anything actionable so closing it.

@alamb alamb closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

No branches or pull requests

1 participant