xiangfu0 opened a new issue, #11570: URL: https://github.com/apache/pinot/issues/11570
Apparently, it's more error-pruning and causing more confusion. Plan is to always align table name with schema name. Migration plan: Controller can scan all tables with customized schema name and copy schema to table name, then update table config. In case the schema name is already occupied. We need to copy schema name to <table_name>_tmp, all table configs. Iterate all tables, then copy schemas from <table_name>_tmp to <table_name>, and update schema name again. For any new table creation, if there is a reference schema, alway copy the schema then create table without schema name field. Cc: @Jackie-Jiang -- 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]
