gavinchou commented on code in PR #60310: URL: https://github.com/apache/doris/pull/60310#discussion_r2744772074
########## cloud/src/meta-store/keys.h: ########## @@ -160,7 +160,7 @@ using TxnInfoKeyInfo = BasicKeyInfo<__LINE__ , std::tuple<std::string, in // 0:instance_id 1:txn_id using TxnIndexKeyInfo = BasicKeyInfo<__LINE__ , std::tuple<std::string, int64_t>>; -// 0:instance_id 1:db_id 2:txn_id Review Comment: do not touch what you dont modify -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
