Skip to content

Commit e032677

Browse files
committed
change version check for fts query
1 parent a124bba commit e032677

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
@@ -87,7 +87,8 @@ public static boolean isLsOpSupport() {
8787
}
8888

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

9394
public static boolean isReturnOneResultSupport() {

0 commit comments

Comments
 (0)