morrySnow commented on code in PR #10481:
URL: https://github.com/apache/doris/pull/10481#discussion_r909483592


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java:
##########
@@ -94,13 +92,21 @@ public PhysicalPlan plan(LogicalPlan plan, 
PhysicalProperties outputProperties,
         OptimizerContext optimizerContext = new OptimizerContext(memo);
         plannerContext = new PlannerContext(optimizerContext, connectContext, 
outputProperties);
 
-        plannerContext.getOptimizerContext().pushJob(
-                new RewriteBottomUpJob(getRoot(), 
optimizerContext.getRuleSet().getAnalysisRules(), plannerContext));
+        // Get plan directly. Just for SSB.

Review Comment:
   this line comment should move to L110



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

Reply via email to