yiguolei commented on a change in pull request #1761: Add multi-path in 
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1761#discussion_r322138860
 
 

 ##########
 File path: be/src/olap/olap_snapshot_converter.cpp
 ##########
 @@ -68,11 +68,6 @@ OLAPStatus OlapSnapshotConverter::to_olap_header(const 
TabletMetaPB& tablet_meta
         PDelta* pdelta = olap_header->add_delta();
         convert_to_pdelta(rs_meta, pdelta);
     }
-    // not add pending delta, it is usedless in clone or backup restore
-    for (auto& inc_rs_meta : tablet_meta_pb.inc_rs_metas()) {
-        PDelta* pdelta = olap_header->add_incremental_delta();
 
 Review comment:
   This code is useful in clone from new BE to old 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

Reply via email to