klsince commented on code in PR #11978: URL: https://github.com/apache/pinot/pull/11978#discussion_r1399673377
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/SingleConnectionBrokerRequestHandler.java: ########## @@ -113,7 +115,7 @@ protected BrokerResponseNative processBrokerRequest(long requestId, BrokerReques String rawTableName = TableNameBuilder.extractRawTableName(serverBrokerRequest.getQuerySource().getTableName()); long scatterGatherStartTimeNs = System.nanoTime(); AsyncQueryResponse asyncQueryResponse = - _queryRouter.submitQuery(requestId, rawTableName, offlineBrokerRequest, offlineRoutingTable, + _queryRouter.submitQueryWithOptionalSegments(requestId, rawTableName, offlineBrokerRequest, offlineRoutingTable, Review Comment: sgtm, just that I see submitQuery() got called in `spark-common` module, so will update over there too. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org