csun5285 commented on code in PR #66472:
URL: https://github.com/apache/doris/pull/66472#discussion_r3765449078
##########
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_indices 中,现在都保存在 column_state. 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]