Skip to content

Commit 3dfb20a

Browse files
authored
441 support hbase admin (#394)
1 parent a6da47e commit 3dfb20a

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
@@ -114,7 +114,8 @@ public static boolean isDistributedExecSupport() {
114114
}
115115

116116
public static boolean isHBaseAdminSupport() {
117-
return OB_VERSION >= OB_VERSION_4_3_5_3 && OB_VERSION < OB_VERSION_4_4_0_0;
117+
return OB_VERSION >= OB_VERSION_4_3_5_3 && OB_VERSION < OB_VERSION_4_4_0_0
118+
|| OB_VERSION >= OB_VERSION_4_4_1_0;
118119
}
119120

120121
public static boolean isCellTTLSupport() {

0 commit comments

Comments
 (0)