morrySnow commented on code in PR #41789: URL: https://github.com/apache/doris/pull/41789#discussion_r1802992285
########## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ########## @@ -1779,6 +1779,22 @@ protected void computeFragmentHosts() throws Exception { FInstanceExecParam instanceParam = new FInstanceExecParam(null, execHostport, 0, params); params.instanceExecParams.add(instanceParam); + + int expectedInstanceNum = fragment.getParallelExecNum(); + boolean forceToLocalShuffle = context != null Review Comment: could u add some comment to explain what do u want to do -- 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