englefly commented on code in PR #14526:
URL: https://github.com/apache/doris/pull/14526#discussion_r1033604396
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java:
##########
@@ -89,7 +88,7 @@ public void plan(StatementBase queryStmt,
org.apache.doris.thrift.TQueryOptions
PhysicalPlan physicalPlan = (PhysicalPlan) resultPlan;
PhysicalPlanTranslator physicalPlanTranslator = new
PhysicalPlanTranslator();
PlanTranslatorContext planTranslatorContext = new
PlanTranslatorContext(cascadesContext);
- if (ConnectContext.get().getSessionVariable().isEnableNereidsTrace()) {
+ if (true) {
Review Comment:
this will be recovered
--
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]