lw309637554 commented on a change in pull request #2379:
URL: https://github.com/apache/hudi/pull/2379#discussion_r554403596
##########
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:
@n3nash Hello, about this API in timeline or as a util have discussed
with @satishkotha . Finally decided to put it here. Because here just need to
exclude clustering of replace, not insert_overwrite of replace. Also check
clustering need use metaclient, but timeline do not have metaclient object.
----------------------------------------------------------------
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]