Jackie-Jiang commented on code in PR #8738:
URL: https://github.com/apache/pinot/pull/8738#discussion_r877550025
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java:
##########
@@ -548,22 +550,26 @@ private BrokerResponseNative handleRequest(long
requestId, String query, JsonNod
// Execute the query
ServerStats serverStats = new ServerStats();
+ // TODO: Handle broker specific operations for explain plan queries such
as:
+ // - Alias handling
+ // - Compile time function invocation
+ // - Literal only queries
+ // - Any rewrites
if (serverPinotQuery.isExplain()) {
Review Comment:
Same here, we might want to check broker query for EXPLAIN
--
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]