yiguolei commented on code in PR #28103: URL: https://github.com/apache/doris/pull/28103#discussion_r1435913223
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -380,6 +380,10 @@ Status SegmentIterator::_lazy_init() { << _opts.delete_bitmap.at(segment_id())->cardinality() << ", " << _opts.stats->rows_del_by_bitmap << " rows deleted by bitmap"; } + + if (!_opts.row_ranges.is_empty()) { Review Comment: add comment duplicate tableļ¼ will set row range -- 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