Zouxxyy commented on PR #9068: URL: https://github.com/apache/hudi/pull/9068#issuecomment-1610628779
> I agree with the first two `schedule` and `execute`, is the third one `scheduleAndExecute` necessary ? For most of the cases, we actually want to execute the plans for the separate job, that means no matter it schedules a new plan or not, it would try to execute the plan with some configured priorities. `scheduleAndExecute` is used for users to do a full offline clustering/compaction (schedule + execute), not need to call `schedule` + `execute` -- 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]
