laravelshao opened a new issue #10095: URL: https://github.com/apache/shardingsphere/issues/10095
### Which version of ShardingSphere did you use? 4.1.1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior If has shardingColumn will use my custom complex sharding strategy, if has custom HintManager use hint sharding strategy. ### Actual behavior But TableRuleConfiguration can only config for one sharding strategy. If config a table for hint sharding strategy, will always use hint sharding strategy. In version 3.0.0.M1 both sharding strategy can work together. -- 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]
