chaoyli commented on a change in pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r417936230



##########
File path: be/src/olap/rowset/segment_group.cpp
##########
@@ -697,6 +697,13 @@ const TabletSchema& SegmentGroup::get_tablet_schema() {
     return *_schema;
 }
 
+int SegmentGroup::get_num_zone_map_columns() {

Review comment:
       ZoneMap is not used for un-sorted column.
   Most of the time, you will have to filter the delete predicate row by row.




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

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