yiguolei commented on code in PR #23362:
URL: https://github.com/apache/doris/pull/23362#discussion_r1308102080
##########
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##########
@@ -1953,7 +1975,7 @@ private void
computeColocateJoinInstanceParam(PlanFragmentId fragmentId,
= findOrInsert(assignment, addressScanRange.getKey(), new
HashMap<>());
int expectedInstanceNum = 1;
if (parallelExecInstanceNum > 1) {
- //the scan instance num should not larger than the tablets num
+ // the scan instance num should not larger than the tablets num
Review Comment:
do not do formatting work.
--
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]