Skip to content

Commit 8d2b6f5

Browse files
committed
fix fts query is always true
1 parent 07ee0fe commit 8d2b6f5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query/ObTableQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class ObTableQuery extends AbstractPayload {
7070

7171
private static final byte[] HTABLE_DUMMY_BYTES = new byte[] { 0x01, 0x00 };
7272
private boolean isHbaseQuery = false;
73-
private boolean isFTSQuery = true;
73+
private boolean isFTSQuery = false;
7474
private List<String> scanRangeColumns = new LinkedList<String>();
7575

7676
protected List<ObTableAggregationSingle> aggregations = new LinkedList<>();

0 commit comments

Comments
 (0)