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:
   check 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-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to