You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/06 07:51:03 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8695: [enhancement] update broadcast join cost algorithm

EmmyMiao87 commented on code in PR #8695:
URL: https://github.com/apache/incubator-doris/pull/8695#discussion_r843601276


##########
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:
   Yes, I mean GlobalState in Analyzer.
   We need to put it into query context. The only one param seems like context is Analyzer 



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org