boneanxs commented on code in PR #9617:
URL: https://github.com/apache/hudi/pull/9617#discussion_r1325447796
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/CompactHelpers.java:
##########
@@ -82,7 +82,7 @@ public HoodieCommitMetadata createCompactionMetadata(
public void completeInflightCompaction(HoodieTable table, String
compactionCommitTime, HoodieCommitMetadata commitMetadata) {
HoodieActiveTimeline activeTimeline = table.getActiveTimeline();
try {
- activeTimeline.transitionCompactionInflightToComplete(
+ activeTimeline.transitionCompactionInflightToComplete(false,
table.getConfig().getTimeGeneratorConfig(),
Review Comment:
Yes, the outside caller use transitionManager to guarantee this.
--
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]