linrrzqqq commented on code in PR #51725:
URL: https://github.com/apache/doris/pull/51725#discussion_r2238989606


##########
be/src/runtime/query_context.h:
##########
@@ -247,6 +247,18 @@ class QueryContext : public 
std::enable_shared_from_this<QueryContext> {
         DCHECK_EQ(_using_brpc_stubs[network_address].get(), brpc_stub.get());
     }
 
+    void set_llm_resources(std::map<std::string, TLLMResource> llm_resources) {

Review Comment:
   params.llm_resources is const, so I think it cant be bound to a rvalue 
reference



-- 
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]

Reply via email to