wangbo commented on a change in pull request #5622:
URL: https://github.com/apache/incubator-doris/pull/5622#discussion_r611129439
##########
File path: be/src/olap/rowset/rowset_meta_manager.cpp
##########
@@ -38,11 +38,7 @@ bool RowsetMetaManager::check_rowset_meta(OlapMeta* meta,
TabletUid tablet_uid,
const RowsetId& rowset_id) {
std::string key = ROWSET_PREFIX + tablet_uid.to_string() + "_" +
rowset_id.to_string();
std::string value;
Review comment:
For doris, no need to get a value kere.
But rocksdb's ```KeyMayExist``` need a value.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]