File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/main/java/com/alipay/oceanbase/rpc/table Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -170,15 +170,6 @@ private AbstractQueryStreamResult commonExecute(InitQueryResultCallback<Abstract
170170 // fill a whole range if no range is added explicitly.
171171 if (tableQuery .getKeyRanges ().isEmpty ()) {
172172 tableQuery .addKeyRange (ObNewRange .getWholeRange ());
173- } else if (tableQuery .isFTSQuery ()) {
174- // Currently, fulltext query only support scan all partitions
175- tableQuery .getKeyRanges ().clear ();
176- tableQuery .addKeyRange (ObNewRange .getWholeRange ());
177- if (tableQuery .getIndexName () == null || tableQuery .getIndexName ().isEmpty ()
178- || tableQuery .getIndexName ().equalsIgnoreCase ("primary" )) {
179- throw new IllegalArgumentException (
180- "use fulltext search but specified index name is not fulltext index" );
181- }
182173 }
183174
184175 // init partitionObTables
You can’t perform that action at this time.
0 commit comments