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: [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]