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

Reply via email to