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 c13ecdf commit 869fb7dCopy full SHA for 869fb7d
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -95,6 +95,11 @@ public static boolean isHBaseBatchGetSupport() {
95
return OB_VERSION >= OB_VERSION_4_2_5_2 && OB_VERSION < OB_VERSION_4_3_0_0;
96
}
97
98
+ public static boolean isHBaseBatchSupport() {
99
+ return OB_VERSION >= OB_VERSION_4_2_5_2 && OB_VERSION < OB_VERSION_4_3_0_0
100
+ || OB_VERSION >= OB_VERSION_4_3_5_0;
101
+ }
102
+
103
public static boolean isCellTTLSupport() {
104
return OB_VERSION >= OB_VERSION_4_3_5_1;
105
0 commit comments