freemandealer commented on code in PR #18108:
URL: https://github.com/apache/doris/pull/18108#discussion_r1154448638


##########
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##########
@@ -2203,7 +2204,8 @@ public void 
updateFragmentExecStatus(TReportExecStatusParams params) {
             if (params.isSetLoadedRows()) {
                 Env.getCurrentEnv().getLoadManager().updateJobProgress(
                         jobId, params.getBackendId(), params.getQueryId(), 
params.getFragmentInstanceId(),

Review Comment:
   line 2204-2209  are same as line 2145-2150, we can put them once outside the 
if-else-clause



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

Reply via email to