kbendick opened a new pull request, #4859:
URL: https://github.com/apache/iceberg/pull/4859

   This closes issue https://github.com/apache/iceberg/issues/4856
   
   We have observed this test causing CI to fail due to timestamp precision 
issues (and time being relative).
   
   Instead of adding additional busy waiting (and extending CI time), this PR 
updates the creation time that orphan files need to be older than to be removed 
by 5 seconds into the future.
   
   This should ensure that all files are written with timestamps prior to the 
`olderThan` timestamp.
   
   cc @RussellSpitzer @singhpk234 


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