gavinchou commented on code in PR #34721: URL: https://github.com/apache/doris/pull/34721#discussion_r1597451806
########## cloud/src/meta-service/meta_service_txn.cpp: ########## @@ -1235,6 +1239,551 @@ void MetaServiceImpl::commit_txn(::google::protobuf::RpcController* controller, response->mutable_txn_info()->CopyFrom(txn_info); } // end commit_txn +void MetaServiceImpl::commit_txn_with_sub_txn(::google::protobuf::RpcController* controller, Review Comment: add comment to describe what does this rpc do? -- 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