Fokko commented on PR #763:
URL: https://github.com/apache/iceberg-rust/pull/763#issuecomment-2531222156
Closed in favor of https://github.com/apache/iceberg-rust/pull/771
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
Fokko closed pull request #763: Simplify partition structures
URL: https://github.com/apache/iceberg-rust/pull/763
--
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 unsubscrib
Fokko opened a new pull request, #763:
URL: https://github.com/apache/iceberg-rust/pull/763
This PR removes `SchemalessPartitionSpec` and `UnboundPartitionSpecField`.
We could also combine `BoundPartitionSpec` and `UnboundPartitionSpec` if we
like, but this is already quite a big change.