airborne12 commented on code in PR #52701: URL: https://github.com/apache/doris/pull/52701#discussion_r2230030437
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -485,6 +496,12 @@ Status SegmentIterator::_prepare_seek(const StorageReadOptions::KeyRange& key_ra // create used column iterator for (auto cid : _seek_schema->column_ids()) { if (_column_iterators[cid] == nullptr) { + // TODO: Do we need this? Review Comment: Is there any possible that virtual column use key range to seek? -- 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