yiguolei commented on code in PR #60587:
URL: https://github.com/apache/doris/pull/60587#discussion_r2844667625


##########
be/src/olap/rowset/segment_v2/zone_map_index.h:
##########
@@ -83,7 +87,8 @@ struct ZoneMap {
 
 class ZoneMapIndexWriter {
 public:

Review Comment:
   std::vector<ZoneMapPB> _page_zone_maps;  这个改成shared ptr,page_zone_maps 
不要返回引用了。 返回 std::shared_ptr<const Zonemap>



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to