hqx871 commented on code in PR #64167:
URL: https://github.com/apache/doris/pull/64167#discussion_r3492823063
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/distribute/worker/job/UnassignedScanBucketOlapTableJob.java:
##########
@@ -615,4 +622,8 @@ protected int degreeOfParallelism(int maxParallel, boolean
useLocalShuffleToAddP
int maxParallelism = (int) Math.max(tabletNum,
fragment.getParallelExecNum());
return Math.min(maxParallelism, colocateMaxParallelNum);
}
Review Comment:
bucket-join does not need bucket num of colocate, it use bucket num of table
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]