This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new f527c927b6c Adjust SQLFederationDeciderMatchFixture order to 1 to 
avoid conflict with ShardingOrder (#31738)
f527c927b6c is described below

commit f527c927b6c6ffb7e85201dfbf7510c89cf7ed09
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Tue Jun 18 10:00:35 2024 +0800

    Adjust SQLFederationDeciderMatchFixture order to 1 to avoid conflict with 
ShardingOrder (#31738)
---
 .../engine/fixture/decider/SQLFederationDeciderMatchFixture.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kernel/sql-federation/core/src/test/java/org/apache/shardingsphere/sqlfederation/engine/fixture/decider/SQLFederationDeciderMatchFixture.java
 
b/kernel/sql-federation/core/src/test/java/org/apache/shardingsphere/sqlfederation/engine/fixture/decider/SQLFederationDeciderMatchFixture.java
index 26fa8ed1f15..726548ead37 100644
--- 
a/kernel/sql-federation/core/src/test/java/org/apache/shardingsphere/sqlfederation/engine/fixture/decider/SQLFederationDeciderMatchFixture.java
+++ 
b/kernel/sql-federation/core/src/test/java/org/apache/shardingsphere/sqlfederation/engine/fixture/decider/SQLFederationDeciderMatchFixture.java
@@ -37,7 +37,7 @@ public final class SQLFederationDeciderMatchFixture 
implements SQLFederationDeci
     
     @Override
     public int getOrder() {
-        return 0;
+        return 1;
     }
     
     @Override

Reply via email to