manuzhang opened a new pull request, #9584: URL: https://github.com/apache/iceberg/pull/9584
In some cases, manifest list files of past snapshots might have been corrupted or deleted. It has no impact on the current table state but fails `ExpireSnapshotsProcedure` when it's checking the existence of manifest list files. In this PR, 1. An option `delete_files` is added to `ExpireSnapshotsProcedure` such that it's possible not to check files but to only update metadata. 2. `deleted_snapshots_count` is added to `ExpireSnapshotsProcedure` result to report the changes when `delete_files => false`. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org