Skip to content

Commit d09a225

Browse files
committed
disable 4355 for now
1 parent bcbc9ef commit d09a225

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)