airborne12 commented on code in PR #16161: URL: https://github.com/apache/doris/pull/16161#discussion_r1089842568
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -367,6 +367,12 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row RowRanges zone_map_row_ranges = RowRanges::create_single(num_rows()); // second filter data by zone map for (auto& cid : cids) { + if (_inverted_index_iterators[_schema.unique_id(cid)] != nullptr && Review Comment: may be we can use the same logic above to tell whether it's a fulltext match query or not? -- 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