xinghuayu007 commented on a change in pull request #5965:
URL: https://github.com/apache/incubator-doris/pull/5965#discussion_r645370456



##########
File path: fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
##########
@@ -837,7 +837,10 @@ private void computeFragmentExecParams() throws Exception {
                 int bucketSeq = 0;
                 int bucketNum = 
bucketShuffleJoinController.getFragmentBucketNum(destFragment.getFragmentId());
                 TNetworkAddress dummyServer = new TNetworkAddress("0.0.0.0", 
0);
-
+                if (destParams.instanceExecParams.size() == 1 && 
destParams.instanceExecParams.get(0).bucketSeqSet.isEmpty()) {

Review comment:
       comments add.




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to