stevenzwu commented on issue #4137:
URL: https://github.com/apache/iceberg/issues/4137#issuecomment-1048415756


   @coolderli is my understanding below correct?
   
   Regarding `getMaxCommittedCheckpointId`, I guess you are saying that the 
snapshot containing the last commited checkpointId expired and hence 
`getMaxCommittedCheckpointId` returns -1. I agree that in this case we 
shouldn't try to execute `getMaxCommittedCheckpointId`. It will result in 
duplicates in this case.  Because the checkpointed manifest file was deleted, 
we can conclude that the last Iceberg commit succeeded already.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to