jdockerty opened a new pull request, #710: URL: https://github.com/apache/iceberg-rust/pull/710
Closes https://github.com/apache/iceberg-rust/issues/709 Nanosecond precision can be written by `parquet-rs` and [`iceberg-rust` has some support for this recently](https://github.com/apache/iceberg-rust/pull/542) too. The `DataType::Timestamp` itself is caught by the Arrow's own [`is_temporal`](https://github.com/apache/arrow-rs/blob/853626ef519bd68bfd604bf6d136f8677bedb1eb/arrow-schema/src/datatype.rs#L497-L505) function usage within the [`is_primitive`](https://github.com/apache/iceberg-rust/blob/697a20060f2247da87f73073e8bf5ab407bd40ea/crates/iceberg/src/arrow/schema.rs#L116) usage for Iceberg - this is why I haven't expanded the `match` arm. -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org