gortiz commented on code in PR #14733:
URL: https://github.com/apache/pinot/pull/14733#discussion_r1905167309
##########
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/utils/BrokerSelectorUtils.java:
##########
@@ -71,4 +92,26 @@ private static String getTableNameWithoutSuffix(String
tableName) {
tableName.replace(ExternalViewReader.OFFLINE_SUFFIX, "").
replace(ExternalViewReader.REALTIME_SUFFIX, "");
}
+
+ /**
+ * Returns the brokers for the given table name or null if not found.
Review Comment:
~Isn't that implied? I guess it is a good idea to be explicit given the list
version returns null.~
Sorry, I misread your comment. You are right.
--
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]