Skip to content

Commit ac573b1

Browse files
committed
modify fts version check
1 parent 2279265 commit ac573b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ public static boolean isLsOpSupport() {
8787
}
8888

8989
public static boolean isFtsQuerySupport() {
90-
// tmp use, before merge to master, we should change 435 to 4351
91-
return OB_VERSION >= OB_VERSION_4_3_5_0;
90+
return OB_VERSION >= OB_VERSION_4_3_5_1;
9291
}
9392

9493
public static boolean isReturnOneResultSupport() {

0 commit comments

Comments
 (0)