github-actions[bot] commented on code in PR #16073: URL: https://github.com/apache/doris/pull/16073#discussion_r1073401942
########## be/src/common/utils.h: ########## @@ -33,6 +33,7 @@ struct AuthInfo { // -1 as unset int64_t auth_code = -1; std::string auth_code_uuid = ""; + std::string cluster_token = ""; Review Comment: warning: redundant string initialization [readability-redundant-string-init] ```suggestion std::string cluster_token; ``` -- 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