kangpinghuang commented on a change in pull request #1297: Add copy function to support storage migration task URL: https://github.com/apache/incubator-doris/pull/1297#discussion_r293270677
########## File path: be/src/olap/rowset/alpha_rowset.h ########## @@ -85,7 +85,9 @@ class AlphaRowset : public Rowset { int64_t ref_count() const override; OLAPStatus make_snapshot(const std::string& snapshot_path, - std::vector<std::string>* success_files) override; + std::vector<std::string>* success_links) override; + OLAPStatus copy_files_to_path(const std::string& dest_path, + std::vector<std::string>* success_files); Review comment: ```suggestion std::vector<std::string>* success_files) override; ``` ---------------------------------------------------------------- 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