Jackie-Jiang opened a new pull request #7525: URL: https://github.com/apache/pinot/pull/7525
## Description Enhance the TableCache to support the case where table schema name is not the same as the raw table name. We recommend configuring the schema name the same as the raw table name, but it is not enforced. This PR fixes the issue of not able to find the schema from TableCache when its name is not the same as the raw table name. Query optimizers rely on the schema from the TableCache to optimize the query. -- 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]
