mrutunjay-kinagi commented on PR #3062:
URL: https://github.com/apache/iceberg-python/pull/3062#issuecomment-3920803979

   Clarification on my previous comment (formatting issue):
   
   The guard is intended to prevent adding snapshots that are significantly 
older than the table timeline, specifically older than `last_updated_ms` or the 
latest `snapshot_log` entry by more than 60 seconds.
   
   This follows the same tolerance approach used in Java/Rust and keeps small 
clock skew allowed while rejecting larger backward drift.
   


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