sunkai-cai opened a new issue, #19138:
URL: https://github.com/apache/shardingsphere/issues/19138

   ## Bug Report
   
   `ShardingTableRuleStatementChecker` code error.
   
   ShardingAlgorithm instanceof ShardingAutoTableAlgorithm
   
   ```ShardingTableRuleStatementChecker
   
   441:        ShardingAlgorithm shardingAlgorithm = null == 
autoTableRuleConfig.getShardingStrategy() ? null : 
shardingAlgorithms.get(autoTableRuleConfig.getShardingStrategy().getShardingAlgorithmName());
   442:        Preconditions.checkState(shardingAlgorithm instanceof 
ShardingAutoTableAlgorithm, "Sharding auto table rule configuration must match 
sharding auto table algorithm.");
   
   ```
   
   ### Which version of ShardingSphere did you use?
   master 
   
   


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

Reply via email to