walterddr commented on code in PR #10673:
URL: https://github.com/apache/pinot/pull/10673#discussion_r1179327347
##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/ExplainPlanStageVisitor.java:
##########
@@ -78,10 +79,10 @@ public static String explain(QueryPlan queryPlan) {
*
* @return a query plan associated with
*/
- public static String explainFrom(QueryPlan queryPlan, StageNode node,
VirtualServer rootServer) {
+ public static String explainFrom(QueryPlan queryPlan, StageNode node,
QueryServerInstance rootServer) {
Review Comment:
TODO. this was not tested. adding test in follow up PR
--
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]