zhangstar333 commented on code in PR #67289:
URL: https://github.com/apache/doris/pull/67289#discussion_r3964344091


##########
be/src/format_v2/table/lance_reader.cpp:
##########
@@ -533,6 +657,10 @@ Status LanceTableReader::_ensure_dataset_open(const 
TFileRangeDesc& range) {
         return Status::InvalidArgument(
                 "Lance reader cannot mix dataset snapshots or storage 
options");
     }
+    if (_search_kind == SearchKind::FULL_TEXT && prepare_fts_context &&

Review Comment:
   have plan to do this in FE



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to