kutouziUk opened a new issue, #20228: URL: https://github.com/apache/shardingsphere/issues/20228
question 1: There is no real sub-table sub-library version: 5.1.2 mysql schema:  yaml:  result: There are data in the sharding-jdbc-test.t_order_0 and sharding-jdbc-test2.t_order_1 tables. There is no data in the sharding-jdbc-test.t_order_1 and sharding-jdbc-test2.t_order_0 tables.Personally, I think all tables should have data in them. Is it because of my understanding of auto-tables? question 2: Table 'sharding-jdbc-test2.t_order_4' doesn't exist version: 5.1.2 mysql schema:  yaml:   result: Table 'sharding-jdbc-test2.t_order_4' doesn't exist. But if a database sharding-jdbc-test4 is added, configure actual-data-sources: test$->{0..3}, sharding-count: 8 No error will be reported after starting and running -- 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]
