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/05/20 07:51:20 UTC

[GitHub] [shardingsphere] RaigorJiang commented on a diff in pull request #17810: Add binding table rule check.

RaigorJiang commented on code in PR #17810:
URL: https://github.com/apache/shardingsphere/pull/17810#discussion_r877847632


##########
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-handler/src/main/java/org/apache/shardingsphere/sharding/distsql/handler/checker/ShardingTableRuleStatementChecker.java:
##########
@@ -233,4 +235,61 @@ private static boolean isAlgorithmExists(final Collection<String> currentAlgorit
     private static Map<String, List<AbstractTableRuleSegment>> groupingByClassType(final Collection<AbstractTableRuleSegment> rules) {
         return rules.stream().collect(Collectors.groupingBy(each -> each.getClass().getSimpleName()));
     }
+    
+    /**
+     * Check alter bind table rule.

Review Comment:
   binding table rules



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