tsreaper opened a new pull request, #7239: URL: https://github.com/apache/paimon/pull/7239
### Purpose It is costly to find the latest snapshot of user if there are many snapshots. This PR optimizes `FileStoreCommitImpl#filterCommitted` when commit strict mode is set: we only search until the safe snapshot ID. ### Tests This is an optimization. Existing tests are enough. ### API and Format No format changes. ### Documentation No new feature. -- 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]
