JonasJ-ap opened a new pull request, #6880: URL: https://github.com/apache/iceberg/pull/6880
## Issue Fixed This PR fixes #6781 . The automatic log clean whenever a new checkpoint is created and the manual data file clean by `VACUUM` sometimes lead to inconsistency between the first constructable delta lake version and the earliest delta lake version in the table. The inconsistency will cause file not found errors during the migration. This PR fix the issue by forcing the snapshot delta lake action to start from the first constructable delta lake version instead of the earliest version. ## Test Added Integration tests to mock the file clean scenario. -- 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