yiguolei commented on code in PR #51271: URL: https://github.com/apache/doris/pull/51271#discussion_r2119327041
########## be/src/olap/rowset/segment_v2/column_reader.cpp: ########## @@ -829,6 +817,68 @@ Status ColumnReader::new_struct_iterator(ColumnIterator** iterator, return Status::OK(); } +Status ColumnReader::merge_zone_maps(const std::vector<ZoneMapPB>& zone_maps, + const FieldType field_type, const int32_t field_length, + ZoneMapPB& zone_map) { + std::unique_ptr<WrapperField> min_value, max_value; + for (const auto& zone_map_ : zone_maps) { Review Comment: 临时变量不要用下划线结尾 -- 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