chaoyli commented on a change in pull request #563: Modify schema change to use rowset URL: https://github.com/apache/incubator-doris/pull/563#discussion_r250465708
########## File path: be/src/olap/rowset/segment_group.cpp ########## @@ -732,6 +735,35 @@ bool SegmentGroup::remove_old_files(std::vector<std::string>* removed_links) { return true; } +bool SegmentGroup::copy_segments_to_path(const std::string& dest_path) { + if (dest_path == "" || dest_path == _rowset_path_prefix) { Review comment: dest_path.empty() ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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