airborne12 commented on code in PR #34134: URL: https://github.com/apache/doris/pull/34134#discussion_r1581996797
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -1008,7 +1013,7 @@ Status SegmentIterator::_apply_inverted_index_on_column_predicate( } auto pred_type = pred->type(); - if (pred_type == PredicateType::MATCH) { + if (pred_type == PredicateType::MATCH || pred_type == PredicateType::IN_LIST) { Review Comment: why this? -- 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