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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org