HappenLee commented on code in PR #34720: URL: https://github.com/apache/doris/pull/34720#discussion_r1599322065
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -272,7 +272,7 @@ void FragmentMgr::coordinator_callback(const ReportStatusRequest& req) { detailed_param.__isset.profile = true; detailed_param.__isset.loadChannelProfile = false; pipeline_profile->to_thrift(&detailed_param.profile); - params.detailed_report.push_back(detailed_param); + params.detailed_report.push_back(std::move(detailed_param)); Review Comment: check have emplace_back? -- 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