yiguolei commented on code in PR #22442: URL: https://github.com/apache/doris/pull/22442#discussion_r1307168918
########## be/src/olap/rowset/rowset_meta_manager.cpp: ########## @@ -444,25 +441,35 @@ Status RowsetMetaManager::traverse_rowset_metas( std::function<bool(const TabletUid&, const RowsetId&, const std::string&)> const& func) { auto traverse_rowset_meta_func = [&func](const std::string& key, const std::string& value) -> bool { - std::vector<std::string> parts; - // key format: rst_uuid_rowset_id Review Comment: why do you change these code? -- 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