c-thiel commented on code in PR #645: URL: https://github.com/apache/iceberg-rust/pull/645#discussion_r1799542924
########## crates/iceberg/src/spec/partition.rs: ########## @@ -235,6 +261,179 @@ impl UnboundPartitionSpec { } } +/// Trait for common functions between [`PartitionSpec`], [`UnboundPartitionSpec`] and [`PreservedPartitionSpec`] +pub trait UnboundPartitionSpecInterface<T: PartitionFieldInterface> { Review Comment: Sounds like a good plan - and thanks for taking the time to review this @Xuanwo! I will give it a shot and see how it feels. -- 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