yiguolei commented on code in PR #45034:
URL: https://github.com/apache/doris/pull/45034#discussion_r1875441056


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -653,12 +653,26 @@ Status FragmentMgr::_get_or_create_query_ctx(const 
TPipelineFragmentParams& para
             }
 
             if (!query_ctx) {
+                WorkloadGroupPtr workload_group_ptr = nullptr;
+                std::string wg_info_str = "not carry wg";
+                if (params.__isset.workload_groups && 
!params.workload_groups.empty()) {
+                    uint64_t wg_id = params.workload_groups[0].id;
+                    workload_group_ptr =
+                            
_exec_env->workload_group_mgr()->get_task_group_by_id(wg_id);

Review Comment:
   rename  this method get_task_group_by_id to get_group  
   not using task group
   not add id



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