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


##########
be/src/storage/segment/segment_iterator.cpp:
##########
@@ -1054,7 +1031,7 @@ Status SegmentIterator::_apply_ann_topn_predicate() {
     // reference count of result_column should be 1, so move will not issue 
any data copy.
     virtual_column_iter->prepare_materialization(std::move(result_column), 
result_row_ids);
 
-    _need_read_data_indices[src_cid] = false;
+    _column_states[src_cid].need_read_data = false;

Review Comment:
   以上这堆 need_read_data 都没看懂



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