csun5285 commented on code in PR #39496: URL: https://github.com/apache/doris/pull/39496#discussion_r1726153290
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -3014,8 +3014,7 @@ bool SegmentIterator::_can_opt_topn_reads() { } bool all_true = std::ranges::all_of(_schema->column_ids(), [this](auto cid) { - if (cid == _opts.tablet_schema->delete_sign_idx() || - _opts.tablet_schema->column(cid).is_key()) { Review Comment: why delete it ? -- 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