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 bfe069c + 3e03958 commit c9a3413Copy full SHA for c9a3413
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -92,7 +92,8 @@ public static boolean isReturnOneResultSupport() {
92
}
93
94
public static boolean isHBaseBatchGetSupport() {
95
- return OB_VERSION >= OB_VERSION_4_2_5_2 && OB_VERSION < OB_VERSION_4_3_0_0;
+ return OB_VERSION >= OB_VERSION_4_2_5_2 && OB_VERSION < OB_VERSION_4_3_0_0
96
+ || OB_VERSION >= OB_VERSION_4_3_5_1;
97
98
99
public static boolean isHBaseBatchSupport() {
0 commit comments