RussellSpitzer commented on code in PR #4859:
URL: https://github.com/apache/iceberg/pull/4859#discussion_r880983564


##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestRemoveOrphanFilesAction.java:
##########
@@ -303,7 +303,7 @@ public void orphanedFileRemovedWithParallelTasks() throws 
InterruptedException,
 
     DeleteOrphanFiles.Result result = 
SparkActions.get().deleteOrphanFiles(table)
             .executeDeleteWith(executorService)
-            .olderThan(System.currentTimeMillis())
+            .olderThan(System.currentTimeMillis() + 5000)  // Ensure all 
orphan files are selected

Review Comment:
   Where we are going, we don't need roads.



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