xy720 commented on code in PR #35278: URL: https://github.com/apache/doris/pull/35278#discussion_r1611210101
########## be/src/http/action/compaction_action.cpp: ########## @@ -61,7 +61,7 @@ CompactionAction::CompactionAction(CompactionActionType ctype, ExecEnv* exec_env TPrivilegeType::type ptype) : HttpHandlerWithAuth(exec_env, hier, ptype), _engine(engine), _type(ctype) {} -/// check param and fetch tablet_id from req +/// check param and fetch tablet_id & table_id from req Review Comment: You should also modify the comment in cloud compaction action -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org