tristaZero opened a new issue #7733: URL: https://github.com/apache/shardingsphere/issues/7733
### Background If users execute a SQL `create table t_order` without executing any RDL and no any preparative rule configuration, what will happen? I have no idea about this case, so this issue is to handle these particular cases. ### Tasks, 1. Do some investigation to figure out the current process for this case (Sharding, encryption, masterSlave scenarios). 2. Support to create a table without any preparative rule configurations. ### Draft approach #### No sharding rule 1. Modify `ShardingUnconfiguredTablesRoutingEngine` or create a new routing engine. 2. Unit tests to test creating and queried for it. #### MasterSlave rule or Encrypted rule 1. I am not sure whether we support it or not currently. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
