wuyunfeng commented on a change in pull request #3886:
URL: https://github.com/apache/incubator-doris/pull/3886#discussion_r440608474
##########
File path: fe/src/main/java/org/apache/doris/planner/DistributedPlanner.java
##########
@@ -294,6 +294,11 @@ private PlanFragment createHashJoinFragment(HashJoinNode
node, PlanFragment righ
// broadcast: send the rightChildFragment's output to each node
executing
// the leftChildFragment; the cost across all nodes is proportional to
the
// total amount of data sent
+
+ // NOTICE(cmy): for now, only MysqlScanNode and OlapScanNode has
Cardinality. And MysqlScanNode's Cardinality
Review comment:
```suggestion
// NOTICE: for now, only MysqlScanNode and OlapScanNode has
Cardinality. And MysqlScanNode's Cardinality
```
----------------------------------------------------------------
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]