stevenzwu commented on code in PR #4744:
URL: https://github.com/apache/iceberg/pull/4744#discussion_r872907901


##########
api/src/test/java/org/apache/iceberg/TestHelpers.java:
##########
@@ -42,6 +42,17 @@ public class TestHelpers {
   private TestHelpers() {
   }
 
+  /**
+   * Wait in a tight check loop until system clock is past {@code 
timestampMillis}
+   */
+  public static long waitUntilAfter(long timestampMillis) {

Review Comment:
   This is copied from `SparkTestBase`



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