You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/30 12:46:32 UTC

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3424: allow delete duplicated non-key column using delete from

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org