danny0405 commented on PR #9068:
URL: https://github.com/apache/hudi/pull/9068#issuecomment-1610592424

   > In order to make it convenient for users to use, standardize the operation 
of table management (compaction and clustering) in call procedure:
   
   > schedule: schedule a new plan
   execute: if specific instants exist (set by instants param), execute them, 
otherwise execute all pending plans
   scheduleAndExecute: schedule a new plan and then execute it, if no plan is 
generated during schedule, execute all pending plans
   
   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.


-- 
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