KomachiSion edited a comment on issue #5018: Why Class TableRule's constructor add a method named "checkRule" ?How can I set "ComplexShardingStrategyConfiguration "without setting "actualDataNodes" ? URL: https://github.com/apache/incubator-shardingsphere/issues/5018#issuecomment-606519756 > actualDataNodes describe data source names and actual tables, delimiter as point, multiple data nodes split by comma, support inline expression. **Absent means sharding databases only**. > Example: ds${0..7}.tbl${0..7} quote from [shardingsphere configuration document](https://shardingsphere.apache.org/document/current/en/manual/sharding-jdbc/configuration/config-java/) The `checkRule` will check actualDataNodes and ShardingStrategy. If you configure TableShardingStrategy without actualDataNodes, `checkRule` will find it.
---------------------------------------------------------------- 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] With regards, Apache Git Services
