vvivekiyer opened a new issue, #10576: URL: https://github.com/apache/pinot/issues/10576
In broker/controller, there's a need to access all the table names in a query. We have multiple implementations/ways to fetch this currently in our codebase. 1. `getTableNamesFromRelRoot(...)` in `MultistageBrokerRequestHandler` 2. extractTableNamesFromNode(SqlNode) Creating this issue to unify all these calls. -- 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]
