You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jdockerty
changed the title
Arrow schema to iceberg conversion fails nanosecond timestamps
Arrow schema to iceberg conversion fails with nanosecond timestamps
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 theTimestamp::Nanosecond
not being recognised:I have a simple fix for this locally, which I'll follow up with this issue shortly for comments.
The text was updated successfully, but these errors were encountered: