Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057185549
########## be/src/olap/rowset/segment_v2/segment.cpp: ########## @@ -101,7 +110,8 @@ Status Segment::new_iterator(const Schema& schema, const StorageReadOptions& rea continue; } int32_t uid = read_options.tablet_schema->column(column_id).unique_id(); - if (_column_readers.count(uid) < 1 || !_column_readers.at(uid)->has_zone_map()) { + if (_column_readers.count(uid) < 1 || !_column_readers.at(uid)->has_zone_map() || + cond_in_compound_query(column_id)) { Review Comment: It is unnecessary in the latest code implementation and has been removed -- 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