platoneko commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1066937049
########## be/src/olap/tablet_meta.cpp: ########## @@ -372,7 +374,7 @@ Status TabletMeta::save_as_json(const string& file_path, DataDir* dir) { Status TabletMeta::save(const string& file_path) { TabletMetaPB tablet_meta_pb; - to_meta_pb(&tablet_meta_pb); + to_meta_pb(false, &tablet_meta_pb); Review Comment: There is no need to reuse this function. Just write a new 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org