danny0405 commented on code in PR #11580:
URL: https://github.com/apache/hudi/pull/11580#discussion_r1678663400


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/BaseRollbackPlanActionExecutor.java:
##########
@@ -113,6 +113,7 @@ protected Option<HoodieRollbackPlan> requestRollback(String 
startRollbackTime) {
       HoodieRollbackPlan rollbackPlan = new HoodieRollbackPlan(new 
HoodieInstantInfo(instantToRollback.getTimestamp(),
           instantToRollback.getAction()), rollbackRequests, 
LATEST_ROLLBACK_PLAN_VERSION);
       if (!skipTimelinePublish) {
+        table.validateForLatestTimestamp(rollbackInstant.getTimestamp());

Review Comment:
   Only the compaction instant timestamp should be kept serial with the regular 
instant timestamps, the other table actions are okay (for e.g. clustering, 
rollback, cleaning).



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to