yiguolei commented on a change in pull request #669: Convert old files when
start be
URL: https://github.com/apache/incubator-doris/pull/669#discussion_r261936344
##########
File path: be/src/olap/rowset/rowset_meta.h
##########
@@ -239,11 +239,12 @@ class RowsetMeta {
}
std::string rowset_path() {
- return _rowset_meta_pb.rowset_path();
+ // return _rowset_meta_pb.rowset_path();
+ return "";
}
void set_rowset_path(std::string rowset_path) {
- _rowset_meta_pb.set_rowset_path(rowset_path);
+ // _rowset_meta_pb.set_rowset_path(rowset_path);
Review comment:
could not do it currently because rowset writer depends on this function.
----------------------------------------------------------------
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]