mymeiyi commented on code in PR #29461:
URL: https://github.com/apache/doris/pull/29461#discussion_r1440132491


##########
be/src/olap/wal/wal_table.cpp:
##########
@@ -278,8 +278,10 @@ Status WalTable::_handle_stream_load(int64_t wal_id, const 
std::string& wal,
     std::shared_ptr<StreamLoadContext> ctx = 
std::make_shared<StreamLoadContext>(_exec_env);
     ctx->sql_str = sql_str;
     ctx->wal_id = wal_id;
-    ctx->auth.auth_code = wal_id;
     ctx->label = label;
+    ctx->token = "relay_wal"; // this is a fake, fe not check it now

Review Comment:
   use ctx->auth.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

Reply via email to