badalprasadsingh opened a new issue, #1600: URL: https://github.com/apache/iceberg-go/issues/1600
### Apache Iceberg version main (development) ### Please describe the bug 🐞 When a snapshot ref is updated via a normal `Append/Overwrite` commit or via `RollbackToSnapshot`, the _snapshotRef_ is build from scratch and overwrites the existing entry. It is because, the `commit/rollback` paths pass `0, 0, 0` for the retention params: `maxRefAgeMs`, `maxSnapshotAgeMs`, `minSnapshotsToKeep`, any retention policy previously configured on the `branch/tag` is discarded. -- 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]
