ArnavBalyan opened a new pull request, #9234:
URL: https://github.com/apache/paimon/pull/9234
### Purpose
- Incremental diff scans omit rows from the 1st snapshot when the requested
start time < table's first snapshot.
- This happens because the first snapshot is incorrectly substituted for
the nonexistent starting snapshot, causing the diff to exclude rows of 1st
snapshot.
- Fix by reading the complete ending snapshot for cases when the interval
starts before the 1st snapshot.
### 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]