yiguolei commented on a change in pull request #1761: Add multi-path in RowsetGraph URL: https://github.com/apache/incubator-doris/pull/1761#discussion_r322139214
########## File path: be/src/olap/olap_snapshot_converter.cpp ########## @@ -129,20 +124,6 @@ OLAPStatus OlapSnapshotConverter::to_tablet_meta_pb(const OLAPHeaderMessage& ola _rs_version_map[rowset_version] = rowset_meta; } - for (auto& inc_delta : olap_header.incremental_delta()) { - // check if inc delta already exist in delta Review comment: It is useful when upgrade from old BE to new BE. ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org