n3nash commented on a change in pull request #2379:
URL: https://github.com/apache/hudi/pull/2379#discussion_r554301213
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -711,12 +711,30 @@ public void rollbackInflightCompaction(HoodieInstant
inflightInstant, HoodieTabl
table.getActiveTimeline().revertCompactionInflightToRequested(inflightInstant);
}
+ /**
+ * Get inflight time line exclude compaction and clustering.
+ * @param table
+ * @return
+ */
+ private HoodieTimeline
getInflightTimelineExcludeCompactionAndClustering(HoodieTable<T, I, K, O>
table) {
Review comment:
@lw309637554 Can you add this API to the HoodieTimeline ? You can name
it `filterPendingExcludingCompactionAndReplace` for now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]