You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/18 11:13:15 UTC

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16073: [feature](Load)WIP: add cluster_token auth for stream load to avoid double auth in mysql load

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org