yiguolei commented on code in PR #10420:
URL: https://github.com/apache/doris/pull/10420#discussion_r906778091


##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -1042,7 +1045,7 @@ Status SegmentIterator::next_batch(vectorized::Block* 
block) {
     }
 
     if (!_is_need_vec_eval && !_is_need_short_eval) {
-        _output_non_pred_columns(block);
+        _output_columns_by_relace(block, _first_read_column_ids);

Review Comment:
   non pred columns != first read columns. If there is a delete condition, the 
first read columns will contains delete condition columns.



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