gavinchou commented on code in PR #47723: URL: https://github.com/apache/doris/pull/47723#discussion_r1952170776
########## cloud/src/meta-service/meta_service_helper.h: ########## @@ -52,6 +52,30 @@ inline std::string md5(const std::string& str) { return ss.str(); } +inline std::string encryt_sk(std::string debug_string) { Review Comment: add comment to describe assumptions and params and behavior -- 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