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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org