terrymanu opened a new issue, #18604: URL: https://github.com/apache/shardingsphere/issues/18604
There is `check-duplicate-table-enabled` in global properties which for single table loading check. I think this is incorrect. The logic table names can not same in one logic database.schema in ShardingSphere. If the same single table name in same database and same schema, it should throw exception when ShardingSphere startup. database.schema.table is unique is the basic rule in database system, ShardingSphere can not break the rule. -- 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]
