CTTY opened a new issue, #1344: URL: https://github.com/apache/iceberg-rust/issues/1344
### Is your feature request related to a problem or challenge? To detect conflicts, we need to have `validate` and related logic to scan manifests and validate against history. References: - java: https://github.com/apache/iceberg/blob/c2478968e65368c61799d8ca4b89506a61ca3e7c/core/src/main/java/org/apache/iceberg/BaseRowDelta.java#L128 - python: https://github.com/apache/iceberg-python/pull/1935 ### Describe the solution you'd like Add related logic to `SnapshotProduceOperation` so different actions like `RowDelta`, `OverwriteFiles`, and `RewriteFiles` can use and override (if needed) ### Willingness to contribute I would be willing to contribute to this feature with guidance from the Iceberg Rust community -- 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]
