egalpin commented on code in PR #13742: URL: https://github.com/apache/pinot/pull/13742#discussion_r1796224649
########## pinot-core/src/main/java/org/apache/pinot/core/transport/QueryResponse.java: ########## @@ -49,12 +50,12 @@ enum Status { /** * Returns the current server responses without blocking. */ - Map<ServerRoutingInstance, ServerResponse> getCurrentResponses(); + Map<ServerRoutingInstance, List<ServerResponse>> getCurrentResponses(); Review Comment: These changes specifically can be viewed like so (a subset of overall commits): https://github.com/apache/pinot/pull/13742/files/2ffd65d8f869f5f707af708f1680cbb45fb3a2ea..734189bc7da58705f6090102abbec76758ab84ee -- 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