yiguolei commented on code in PR #51271: URL: https://github.com/apache/doris/pull/51271#discussion_r2119298397
########## be/src/olap/rowset/segment_v2/segment.cpp: ########## @@ -1231,4 +1233,59 @@ StoragePageCache::CacheKey Segment::get_segment_footer_cache_key() const { _file_reader->size() - 12); } +std::map<uint32_t, Segment::ZoneMapInfo> Segment::get_zone_maps() { Review Comment: 这个函数,返回Status,否则上层一堆调用判断zonemaps 是否正常的话,使用的方式很奇怪。 -- 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