yiguolei commented on code in PR #45034: URL: https://github.com/apache/doris/pull/45034#discussion_r1875440061
########## 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"; Review Comment: 这种写法太chinese了 Workload group not set -- 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