abhioncbr commented on issue #10688: URL: https://github.com/apache/pinot/issues/10688#issuecomment-1524110799
Yes, I was thinking the same about moving to some utility class. Right now, the code is sitting in `PinotQueryResource` [getCommonBrokerTenant](https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java#L272), which requires `tableConfigs` and indirectly `HelixResourceManger`. I can give it a shot to move the functionality to some util class. -- 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]
