morrySnow commented on a change in pull request #8695:
URL: https://github.com/apache/incubator-doris/pull/8695#discussion_r841001201
##########
File path:
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java
##########
@@ -60,9 +60,18 @@
private final static Logger LOG =
LogManager.getLogger(DistributedPlanner.class);
private final PlannerContext ctx_;
+ private final long autoBroadcastJoinThreshold;
Review comment:
put it to here because don't want to compute it more than once in one
query
--
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]