strongduanmu commented on a change in pull request #11402:
URL: https://github.com/apache/shardingsphere/pull/11402#discussion_r673040787



##########
File path: 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/constant/SingleTableOrder.java
##########
@@ -29,5 +29,5 @@
     /**
      * Single table order.
      */
-    public static final int ORDER = -10;
+    public static final int ORDER = 5;

Review comment:
       > 5
   
   @tristaZero In order to ensure that the priority of SingleTableRule is lower 
than ShardingRule and higher than other Rules. Currently, the available values 
are between 0-10, so I chose 5 as the sequential value of SingleTableRule.




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


Reply via email to