vrajat commented on code in PR #13361: URL: https://github.com/apache/pinot/pull/13361#discussion_r1696345700
########## pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerCache.java: ########## @@ -141,18 +143,18 @@ private Map<String, List<BrokerInstance>> getTableToBrokersData() throws Excepti private BrokerData getBrokerData(Map<String, List<BrokerInstance>> responses) { Set<String> brokers = new HashSet<>(); - Map<String, List<String>> tableToBrokersMap = new HashMap<>(); + Map<String, List<BrokerInfo>> tableToBrokersMap = new HashMap<>(); Review Comment: Not directly related. This conversation also discusses `BrokerSelector` vs `BrokerInfoSelector`. https://github.com/apache/pinot/pull/13361#discussion_r1660581943 -- 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