xiaokang commented on code in PR #35357:
URL: https://github.com/apache/doris/pull/35357#discussion_r1618121232


##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -515,6 +515,9 @@ Status 
SegmentIterator::_get_row_ranges_by_column_conditions() {
                 }
             }
             _col_preds_except_leafnode_of_andnode.clear();
+            for (auto& iter : _rowid_result_for_index) {

Review Comment:
   add comment to explain its effect and related code



-- 
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

Reply via email to