1
0

[HUDI-690] Filter out inflight compaction in exporter (#1667)

This commit is contained in:
Raymond Xu
2020-05-26 09:23:34 -07:00
committed by GitHub
parent 46572d04c4
commit 6c450957ce
3 changed files with 7 additions and 6 deletions

View File

@@ -152,8 +152,8 @@ public class HoodieDefaultTimeline implements HoodieTimeline {
}
/**
* Get all instants (commits, delta commits, clean, savepoint, rollback) that result in actions, in the active
* timeline.
* Get all instants (commits, delta commits, compaction, clean, savepoint, rollback) that result in actions,
* in the active timeline.
*/
public HoodieTimeline getAllCommitsTimeline() {
return getTimelineOfActions(CollectionUtils.createSet(COMMIT_ACTION, DELTA_COMMIT_ACTION,