codope commented on a change in pull request #3259:
URL: https://github.com/apache/hudi/pull/3259#discussion_r677422752



##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
##########
@@ -449,6 +451,14 @@ static void assertAtleastNDeltaCommits(int minExpected, 
String tablePath, FileSy
       assertTrue(minExpected <= numDeltaCommits, "Got=" + numDeltaCommits + ", 
exp >=" + minExpected);
     }
 
+    static void assertAtLeastNCompletedReplaceCommits(int minExpected, String 
tablePath, DistributedFileSystem fs) {

Review comment:
       There is already `assertAtLeastNReplaceCommits` method. I think we can 
reuse that as it also fetches the completedReplaceTimeline.




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


Reply via email to