agavra commented on code in PR #9630:
URL: https://github.com/apache/pinot/pull/9630#discussion_r1006088327
##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/ExplainPlanStageVisitor.java:
##########
@@ -44,7 +44,7 @@
*/
public class ExplainPlanStageVisitor implements
StageNodeVisitor<StringBuilder, ExplainPlanStageVisitor.Context> {
- private final QueryPlan _queryPlan;
Review Comment:
context on Rong's comment: it's important to note that the distributed plan
doesn't include the mailbox_receiver -> sender information, which makes the
traversal "break". (note that `_sender` is `transient` under
`MailboxReceiveNode`)
otherwise I agree that having this is helpful
--
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]