w41ter commented on code in PR #52898:
URL: https://github.com/apache/doris/pull/52898#discussion_r2194731563


##########
cloud/src/meta-store/codec.h:
##########
@@ -84,6 +84,8 @@ uint32_t encode_versionstamp(const Versionstamp& vs, 
std::string* b);
  */
 int decode_versionstamp(std::string_view* in, Versionstamp* vs);
 
+int decode_tailing_versionstamp(std::string_view* in, Versionstamp* vs);

Review Comment:
   The name of this function is enough.



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