Jackie-Jiang commented on PR #11591: URL: https://github.com/apache/pinot/pull/11591#issuecomment-1720395939
@mcvsubbu > So, am I correct that this PR only prevents new tables from getting created without a proper schema name. Existing tables, if they are different schema name, will continue to work as they do now? Yes, this PR only prevents new tables with different schema name to be created. For the existing tables, we will do a one time migration later to move/copy the schema if they do not match the table name > I suppose at some point, that will be removed as well, right? (I see code everywhere that corrects the situation for a schema not being present in the same name as the tableName). You mean the schema name field? Once we make all the schema match the table name, we can remove that field -- 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