airborne12 commented on code in PR #45334: URL: https://github.com/apache/doris/pull/45334#discussion_r1887850501
########## be/src/vec/exprs/vcompound_pred.h: ########## @@ -148,14 +149,14 @@ class VCompoundPred : public VectorizedFnCall { if (all_pass && !res.is_empty()) { // set fast_execute when expr evaluated by inverted index correctly - _can_fast_execute = true; + context->can_fast_execute = true; Review Comment: set can_fast_execute here will cause all exprs in context been set -- 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