HappenLee commented on code in PR #19789:
URL: https://github.com/apache/doris/pull/19789#discussion_r1201446822


##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -1604,10 +1605,13 @@ uint16_t 
SegmentIterator::_evaluate_short_circuit_predicate(uint16_t* vec_sel_ro
         auto column_id = predicate->column_id();
         auto& short_cir_column = _current_return_columns[column_id];
         selected_size = predicate->evaluate(*short_cir_column, 
vec_sel_rowid_idx, selected_size);
+        if (predicate->get_filter_id() != -1) {

Review Comment:
   not do the work in for loop to evaluate



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