lanchengx commented on a change in pull request #12443:
URL: https://github.com/apache/shardingsphere/pull/12443#discussion_r708920941
##########
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:
This is `errorCode`, the same exception class `errorCode` is the same,
1115 is used directly in the current class, so I keep the same, but I did not
find an explanation for 1115.
--
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]