Skip to content

Commit 3e03958

Browse files
committed
enable batch get on 4351
1 parent bfe069c commit 3e03958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public static boolean isReturnOneResultSupport() {
9292
}
9393

9494
public static boolean isHBaseBatchGetSupport() {
95-
return OB_VERSION >= OB_VERSION_4_2_5_2 && OB_VERSION < OB_VERSION_4_3_0_0;
95+
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;
9697
}
9798

9899
public static boolean isHBaseBatchSupport() {

0 commit comments

Comments
 (0)