xinyiZzz commented on code in PR #50107:
URL: https://github.com/apache/doris/pull/50107#discussion_r2051465852
##########
be/src/runtime/workload_group/workload_group.h:
##########
@@ -157,16 +156,17 @@ class WorkloadGroup : public
std::enable_shared_from_this<WorkloadGroup> {
return _memory_limit > 0 ? _total_mem_used > _memory_limit : false;
}
- Status add_query(TUniqueId query_id, std::shared_ptr<QueryContext>
query_ctx) {
+ Status add_task_resource_ctx(TUniqueId query_id,
Review Comment:
done
--
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]