ArnavBalyan opened a new pull request, #9437:
URL: https://github.com/apache/paimon/pull/9437
### Purpose
- Multiple snapshots can have the same millisecond commit timestamp.
- Timestamp lookup stops at an arbitrary snapshot, causing time travel and
rollback operations to select the wrong snapshot when multiple snapshots share
the same timestamp.
- Continue searching equal timestamps to return the newest snapshot for
earlier/equal lookup and the earliest snapshot for later/equal lookup.
### Tests
- UT
--
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]