ulwx opened a new issue, #27358:
URL: https://github.com/apache/shardingsphere/issues/27358
```
dataSources:
ds_0:
....
ds_1:
...
....
- !SINGLE
tables:
# MySQL 风格
- ds_1.t_single # 加载指定单表
```
The above information is the configuration information. When I created a new
table named "t_single" using the sharding JDBC data source for a single table,
the table ended up in "ds_0" instead of "ds_1".

--
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]