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

Arrow schema to iceberg conversion fails with nanosecond timestamps #709

Closed
jdockerty opened this issue Nov 22, 2024 · 0 comments · Fixed by #710
Closed

Arrow schema to iceberg conversion fails with nanosecond timestamps #709

jdockerty opened this issue Nov 22, 2024 · 0 comments · Fixed by #710

Comments

@jdockerty
Copy link
Contributor

jdockerty commented Nov 22, 2024

I was playing with a small parquet file which has been written with nanosecond timestamp precision by parquet-rs and when trying to convert it the Arrow schema to Iceberg, it runs into an issue with the Timestamp::Nanosecond not being recognised:

value: DataInvalid => Unsupported Arrow data type: Timestamp(Nanosecond, None)

I have a simple fix for this locally, which I'll follow up with this issue shortly for comments.

@jdockerty jdockerty changed the title Arrow schema to iceberg conversion fails nanosecond timestamps Arrow schema to iceberg conversion fails with nanosecond timestamps Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant