yihua commented on a change in pull request #4172:
URL: https://github.com/apache/hudi/pull/4172#discussion_r763261143
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTimelineArchiveLog.java
##########
@@ -158,8 +158,8 @@ public boolean archiveIfRequired(HoodieEngineContext
context) throws IOException
// TODO (na) : Add a way to return actions associated with a timeline and
then merge/unify
// with logic above to avoid Stream.concats
HoodieTimeline commitTimeline = table.getCompletedCommitsTimeline();
- Option<HoodieInstant> oldestPendingCompactionInstant =
-
table.getActiveTimeline().filterPendingCompactionTimeline().firstInstant();
+ Option<HoodieInstant> oldestPendingCompactionAndReplaceInstant =
+
table.getActiveTimeline().filterPendingCompactionAndReplaceTimeline().firstInstant();
Review comment:
possible to use `filterInflightsAndRequested()` instead of creating a
new API `filterPendingCompactionAndReplaceTimeline()`?
--
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]