xiaokang commented on code in PR #41567:
URL: https://github.com/apache/doris/pull/41567#discussion_r1792645757


##########
be/src/vec/exprs/vexpr.h:
##########
@@ -120,7 +120,7 @@ class VExpr {
 
     // execute current expr with inverted index to filter block. Given a 
roaring bitmap of match rows
     virtual Status evaluate_inverted_index(VExprContext* context, uint32_t 
segment_num_rows) {
-        return Status::NotSupported("Not supported 
execute_with_inverted_index");
+        return Status::OK();

Review Comment:
   add comment for semantics of just returning OK()



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to