yiguolei commented on code in PR #39223: URL: https://github.com/apache/doris/pull/39223#discussion_r1716757552
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -658,7 +774,7 @@ Status FragmentMgr::_get_query_ctx(const Params& params, TUniqueId query_id, boo } Status FragmentMgr::exec_plan_fragment(const TExecPlanFragmentParams& params, - const FinishCallback& cb) { + QuerySource query_source, const FinishCallback& cb) { Review Comment: 这里也是 -- 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