yangzhg commented on a change in pull request #4143:
URL: https://github.com/apache/incubator-doris/pull/4143#discussion_r459831364
##########
File path: be/src/olap/rowset/segment_group.cpp
##########
@@ -268,11 +265,14 @@ OLAPStatus
SegmentGroup::add_zone_maps_for_linked_schema_change(
WrapperField* second = WrapperField::create(column);
DCHECK(second != NULL) << "failed to allocate memory for field: " << i;
- if (schema_mapping[i].ref_column == -1) {
+ // add column also can add zone map index
Review comment:
better to make this comment more readable
----------------------------------------------------------------
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]