Skip to content

Commit e303f06

Browse files
authored
Merge pull request #388 from oceanbase/435_version_control
Set version control for 4355
2 parents bcbc9ef + d09a225 commit e303f06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ public static boolean isHBasePutPerfSupport() {
126126
}
127127

128128
public static boolean isDistributeNeedTabletIdSupport() {
129-
return OB_VERSION >= OB_VERSION_4_3_5_5 && OB_VERSION < OB_VERSION_4_4_0_0
130-
|| OB_VERSION >= OB_VERSION_4_4_1_0;
129+
return OB_VERSION >= OB_VERSION_4_4_1_0;
131130
}
132131

133132
/*-------------------------------------------- OB_VERSION --------------------------------------------*/

0 commit comments

Comments
 (0)