ZENOTME commented on code in PR #882: URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1921861930
########## crates/iceberg/src/spec/datatypes.rs: ########## @@ -226,8 +228,10 @@ pub enum PrimitiveType { /// Timestamp in microsecond precision, with timezone Timestamptz, /// Timestamp in nanosecond precision, without timezone + #[serde(rename = "timestamp_ns")] Review Comment: [scan_all_type.rs](https://github.com/apache/iceberg-rust/pull/882/files/c44311aa88c505ce8ddce22bed7448a77213e563#diff-c15373e1fa9c9e75b55e5e7e6677b5bb2595974062520e1ae3325205c65802ee) find this bug and I fix it here. I can separate it out of this PR. -- 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