hippalus commented on issue #1939: URL: https://github.com/apache/iceberg-rust/issues/1939#issuecomment-4794613503
Hi @liurenjie1024 I'd like to pick this up. I'll add a dedicated ManageSnapshotsAction modeled on Java's [ManageSnapshots](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/SnapshotManager.java) / [UpdateSnapshotReferencesOperation](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/UpdateSnapshotReferencesOperation.java), rather than extending FastAppendAction. First PR will focus on snapshot ref management, create/remove/replace/rename branches and tags, retention setters, and fast-forward. Rollback and cherrypick will come as follow-ups. -- 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]
