RaigorJiang opened a new pull request #11417:
URL: https://github.com/apache/shardingsphere/pull/11417
When I drop a sharding rule that does not exist, I get a duplicate rule
exception:
```
org.apache.shardingsphere.infra.distsql.exception.rule.DuplicateRuleException:
Duplicate sharding rule names `[t_user]` in schema `sharding_db`
```
It should be `RequiredRuleMissedException`.
--
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]