nsivabalan commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2080808875


##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -1668,7 +1668,7 @@ private void testTableOperationsImpl(HoodieEngineContext 
engineContext, HoodieWr
         client.scheduleCompactionAtInstant(newCommitTime, Option.empty());
         HoodieWriteMetadata writeMetadata = client.compact(newCommitTime);
         client.commitCompaction(newCommitTime, writeMetadata, Option.empty());
-        metaClient.reloadActiveTimeline().containsInstant(newCommitTime);
+        
metaClient.reloadActiveTimeline().filterCompletedInstants().containsInstant(newCommitTime);

Review Comment:
   oh, I did not check lokesh's latest commit. I assumed we were doing 
assertTrue(metaClient...containsInstant()). but looks like not. 
   @lokeshj1703 : how can we make such rookie mistakes :( 



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