gavinchou commented on code in PR #67820:
URL: https://github.com/apache/doris/pull/67820#discussion_r3991310656


##########
cloud/src/meta-store/keys.cpp:
##########
@@ -259,6 +261,11 @@ void txn_running_key(const TxnRunningKeyInfo& in, 
std::string* out) {
     encode_int64(std::get<2>(in), out);       // txn_id
 }
 
+void txn_tso_fence_key(const TxnTsoFenceKeyInfo& in, std::string* out) {

Review Comment:
   should also implement MS HTTP API get_value/set_value and encode key



-- 
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]

Reply via email to