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.
1 parent bcbc9ef commit d09a225Copy full SHA for d09a225
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