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



##########
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:
       Pleaase add some comment here,It means left table is empty(). To correct 
bucket shuffle join, so need give a fake bucekt num to help left instance 
close() right. Thank you !




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