morrySnow commented on a change in pull request #8695:
URL: https://github.com/apache/incubator-doris/pull/8695#discussion_r841058350



##########
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:
       > global state
   
   do you mean GlobalState in Analyzer or other else?
   i think GlobalState in Analyzer should be used only for analyzation.
   but this variable is used for generate distributed plan




-- 
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]

Reply via email to