gavinchou commented on code in PR #52752:
URL: https://github.com/apache/doris/pull/52752#discussion_r2185522414
##########
cloud/src/meta-store/keys.h:
##########
@@ -299,6 +417,130 @@ std::string system_meta_service_encryption_key_info_key();
// clang-format on
// TODO: add a family of decoding functions if needed
+namespace versioned {
+
+// ATTN: if the versionstamp is NOT provided, the Versionstamp::min() will be
used.
+
+// clang-format off
+void partition_version_key_prefix(const PartitionVersionKeyInfo& in,
std::string* out);
Review Comment:
the output param form is unnecessary, the form will be refactored (soon)
we keep the return value one is ok.
--
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]