vrajat commented on code in PR #15388:
URL: https://github.com/apache/pinot/pull/15388#discussion_r2074743868
##########
pinot-core/src/main/java/org/apache/pinot/core/transport/QueryRouter.java:
##########
@@ -92,6 +88,16 @@ public AsyncQueryResponse submitQuery(long requestId, String
rawTableName,
@Nullable Map<ServerInstance, ServerRouteInfo> offlineRoutingTable,
@Nullable BrokerRequest realtimeBrokerRequest,
@Nullable Map<ServerInstance, ServerRouteInfo> realtimeRoutingTable,
long timeoutMs) {
+ TableRouteInfo tableRouteInfo = new
ImplicitHybridTableRouteInfo(offlineBrokerRequest, realtimeBrokerRequest,
Review Comment:
Also in `PinotServerDataFetcher.scala`. You dont see a diff because I kept
this function to avoid changes in that file.
--
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]