aadilkhalifa commented on code in PR #12537:
URL: https://github.com/apache/pinot/pull/12537#discussion_r1895325413
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseSingleStageBrokerRequestHandler.java:
##########
@@ -1857,4 +1868,65 @@ private static class QueryServers {
}
}
}
+
+ private BrokerResponseNative processShowTablesQuery(SqlNodeAndOptions
sqlNodeAndOptions, HttpHeaders httpHeaders,
+ long compilationStartTimeNs, RequestContext requestContext) {
+ Map<String, String> queryOptions = sqlNodeAndOptions.getOptions();
Review Comment:
I've made this change.
--
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]