dannycjones opened a new issue, #2530: URL: https://github.com/apache/iceberg-rust/issues/2530
When writing logic for rewriting manifest files, it was found to be easy to hand partition specs around with the wrong schema reference: https://github.com/apache/iceberg-rust/pull/2367#discussion_r3314540014 This issue proposes to bind a `PartitionSpec` to a schema, such as by holding a reference to the Schema. Or, a better approach if there is one. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
