yiguolei 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_r293239307
##########
File path: be/src/olap/rowset/alpha_rowset.cpp
##########
@@ -219,6 +219,20 @@ OLAPStatus AlphaRowset::make_snapshot(const std::string&
snapshot_path,
return OLAP_SUCCESS;
}
+OLAPStatus AlphaRowset::copy_files_to_path(const std::string& dest_path,
+ std::vector<std::string>*
success_files) {
Review comment:
should add copy_files_to_path to parent class
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]