yiguolei commented on code in PR #20378: URL: https://github.com/apache/doris/pull/20378#discussion_r1218743786
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -549,7 +552,7 @@ void FragmentMgr::_exec_actual(std::shared_ptr<FragmentExecState> exec_state, cb(exec_state->executor()->runtime_state(), &status); } -Status FragmentMgr::exec_plan_fragment(const TExecPlanFragmentParams& params) { +Status FragmentMgr::exec_plan_fragment(const TExecPlanFragmentParams& params, bool strict_mode) { Review Comment: Could strict_mode be added into TExecPlanFragmentParams? -- 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