You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "xiangfu0 (via GitHub)" <gi...@apache.org> on 2023/04/26 18:30:34 UTC

[GitHub] [pinot] xiangfu0 commented on a diff in pull request #10673: [multistage] clean up stage metadata and mailbox usage on instance/server

xiangfu0 commented on code in PR #10673:
URL: https://github.com/apache/pinot/pull/10673#discussion_r1178250818


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/QueryEnvironment.java:
##########
@@ -237,6 +239,7 @@ protected RelRoot compileQuery(SqlNode sqlNode, PlannerContext plannerContext)
     SqlNode validated = validate(sqlNode, plannerContext);
     RelRoot relation = toRelation(validated, plannerContext);
     RelNode optimized = optimize(relation, plannerContext);
+    RelDecorrelator.decorrelateQuery(optimized, RelBuilder.create(_config));

Review Comment:
   This should be cleaned up



-- 
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@pinot.apache.org

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


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