[HUDI-690] Filter out inflight compaction in exporter (#1667)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user