We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcbc9ef + d09a225 commit e303f06Copy full SHA for e303f06
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -126,8 +126,7 @@ public static boolean isHBasePutPerfSupport() {
126
}
127
128
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;
+ return OB_VERSION >= OB_VERSION_4_4_1_0;
131
132
133
/*-------------------------------------------- OB_VERSION --------------------------------------------*/
0 commit comments