Yash-cor commented on issue #33364: URL: https://github.com/apache/shardingsphere/issues/33364#issuecomment-2499954674
Hello sorry for the late response , I am assuming that I have to remove `actualDataSources` from AutoTables configuration and add 'actualDataNodes' but this will make it similar to normal sharding feature. ### Code Changes. - Delete `actualDataSources` and add `actualDataNodes` - Delete `ShardingAutoTableAlgorithm` - Change the classes accordingly for `actualDataNodes `of `autoTable` rule. - In `ShardingRule ` made sure that actual auto tables are to be globally unique. - Delete interfaces StandardShardingAlgorithm and AutoTableRuleAlgorithm - Configure the algorithms for sharding - Also do we have to keep sharding-count as we are removing actualDataSources For now I am thinking of these changes. -- 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]
