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


##########
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) {
+        if (zone_map_.has_pass_all() && zone_map_.pass_all()) {
+            zone_map.set_pass_all(true);

Review Comment:
   如果不走到这,pass_all 的默认值是啥?



-- 
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

Reply via email to