vrajat opened a new issue, #15557: URL: https://github.com/apache/pinot/issues/15557
Table Route calculation in `BaseSingleStageBrokerRequestHandler` is hard-coded for physical or hybrid tables. This code has to be refactored to support logical tables. The plan is to refactor the relevant code using two interfaces: * TableRouteProvider * TableRouteInfo and add implementations for these for hybrid tables. The implementations will continue to use the same logic. In the future, implementations for logical tables will be added. -- 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.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