wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1988248141
########## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ########## @@ -969,6 +970,35 @@ protected void replayUpdateProgress(RLTaskTxnCommitAttachment attachment) { // derived class can override this. public abstract void prepare() throws UserException; + // make this public here just for UT. + public void setComputeGroup() { Review Comment: 这个除了ut会用,Job设置compute group也会用,这里只是说改成public的方便ut调用 -- 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