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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]