JingsongLi commented on PR #8883:
URL: https://github.com/apache/paimon/pull/8883#issuecomment-5104548722

   Currently, the system only verifies that the target snapshot exists and that 
the previous snapshot does not exist. When `{1,3,5,6}` exists, with EARLIEST=1 
and LATEST=6, repairing to 3 succeeds, but snapshot 4 is still missing, so the 
range remains non-contiguous, which does not meet the PR’s objective. Local 
reproduction tests confirm that no exceptions are thrown. The system should 
verify that the entire `[target, latest]` range exists, or calculate the true 
starting point of the continuous suffix that includes `latest`.
   


-- 
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]

Reply via email to