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 2021/09/15 07:26:38 UTC

[GitHub] [shardingsphere] taojintianxia commented on a change in pull request #12443: Shadow DistSQL : drop rule statement & alter shadow algorithm statement

taojintianxia commented on a change in pull request #12443:
URL: https://github.com/apache/shardingsphere/pull/12443#discussion_r708912516



##########
File path: shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/exception/rule/RequiredAlgorithmMissedException.java
##########
@@ -33,4 +33,8 @@ public RequiredAlgorithmMissedException(final String schemaName) {
     public RequiredAlgorithmMissedException(final String schemaName, final Collection<String> algorithmNames) {
         super(1115, String.format("Sharding algorithms `%s` do not exist in schema `%s`.", algorithmNames, schemaName));

Review comment:
       what does 1115 mean . is there any constant or enum to describe this ?




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