Skip to content

Commit 65cba8d

Browse files
stuBirdFlyJackShi148
authored andcommitted
batch compat old server
1 parent 1743301 commit 65cba8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.alipay.oceanbase.hbase.util;
2+
3+
import com.alipay.oceanbase.rpc.ObGlobal;
4+
5+
public class CompatibilityUtil {
6+
public static boolean isBatchSupport() {
7+
return ObGlobal.OB_VERSION > ObGlobal.OB_VERSION_4_3_4_0;
8+
}
9+
}

0 commit comments

Comments
 (0)