jonathanc-n commented on code in PR #1150: URL: https://github.com/apache/iceberg-rust/pull/1150#discussion_r2023638265
########## crates/iceberg/src/transform/bucket.rs: ########## @@ -167,6 +167,16 @@ impl TransformFunction for Bucket { .downcast_ref::<arrow_array::TimestampMicrosecondArray>() .unwrap() .unary(|v| self.bucket_timestamp(v)), + DataType::Time64(TimeUnit::Nanosecond) => input Review Comment: Good catch, It wasn't performing this conversion. The test is added -- 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