Jackie-Jiang commented on issue #7856:
URL: https://github.com/apache/pinot/issues/7856#issuecomment-987348419


   @mneedham Yes, to find a schema for a table, pinot will first look up the 
schema with the same name as the table (without the type suffix), and if it 
cannot find the schema, it will read the table config and check the schema with 
name configured in the table config. We suggest always using the same name for 
table and schema for easier management, and to avoid additional lookup to table 
config.


-- 
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

Reply via email to