xinyiZzz commented on code in PR #47784: URL: https://github.com/apache/doris/pull/47784#discussion_r1951876983
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -762,12 +762,6 @@ Status FragmentMgr::_get_or_create_query_ctx(const TPipelineFragmentParams& para _set_scan_concurrency(params, query_ctx.get()); - if (workload_group_ptr != nullptr) { Review Comment: 这里是为了将 workload group id 添加到 query statistics,但 wg id 在 resource ctx 中已经存在 -- 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