harsh1231 commented on code in PR #10280:
URL: https://github.com/apache/hudi/pull/10280#discussion_r1419991310


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieDefaultTimeline.java:
##########
@@ -131,6 +131,14 @@ public HoodieTimeline 
filterCompletedAndCompactionInstants() {
             || s.getAction().equals(HoodieTimeline.COMPACTION_ACTION)), 
details);
   }
 
+  @Override
+  public HoodieTimeline filterCompactionInstants() {

Review Comment:
   it's filtering out all(completed / non completed ) compaction instants . 



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