gortiz commented on code in PR #15203: URL: https://github.com/apache/pinot/pull/15203#discussion_r2095813585
########## pinot-broker/src/main/java/org/apache/pinot/broker/routing/instanceselector/BaseInstanceSelector.java: ########## @@ -88,6 +93,7 @@ abstract class BaseInstanceSelector implements InstanceSelector { final ZkHelixPropertyStore<ZNRecord> _propertyStore; final BrokerMetrics _brokerMetrics; final AdaptiveServerSelector _adaptiveServerSelector; + final PriorityGroupInstanceSelector _priorityGroupInstanceSelector; Review Comment: I don't get it. Why do you think it should not be marked as `@Nullable`? -- 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