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 a6da47e commit 3dfb20aCopy full SHA for 3dfb20a
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -114,7 +114,8 @@ public static boolean isDistributedExecSupport() {
114
}
115
116
public static boolean isHBaseAdminSupport() {
117
- return OB_VERSION >= OB_VERSION_4_3_5_3 && OB_VERSION < OB_VERSION_4_4_0_0;
+ 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;
119
120
121
public static boolean isCellTTLSupport() {
0 commit comments