boneanxs commented on code in PR #9617:
URL: https://github.com/apache/hudi/pull/9617#discussion_r1325448247
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/BaseRollbackActionExecutor.java:
##########
@@ -261,7 +261,7 @@ protected void finishRollback(HoodieInstant
inflightInstant, HoodieRollbackMetad
// If publish the rollback to the timeline, we finally transition the
inflight rollback
// to complete in the data table timeline
if (!skipTimelinePublish) {
-
table.getActiveTimeline().transitionRollbackInflightToComplete(inflightInstant,
+ table.getActiveTimeline().transitionRollbackInflightToComplete(false,
table.getConfig().getTimeGeneratorConfig(), inflightInstant,
Review Comment:
Added comments here
--
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]