You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/07/14 08:03:56 UTC

[GitHub] [shardingsphere] sunkai-cai opened a new issue, #19138: ShardingAlgorithm instanceof ShardingAutoTableAlgorithm

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sunkai-cai closed issue #19138: ShardingAlgorithm instanceof ShardingAutoTableAlgorithm

Posted by GitBox <gi...@apache.org>.
sunkai-cai closed issue #19138:  ShardingAlgorithm instanceof ShardingAutoTableAlgorithm
URL: https://github.com/apache/shardingsphere/issues/19138


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #19138: ShardingAlgorithm instanceof ShardingAutoTableAlgorithm

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #19138:
URL: https://github.com/apache/shardingsphere/issues/19138#issuecomment-1270323560

   I just set the issue as `invalid` because the author close it without any reason.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org