yiguolei commented on code in PR #34812: URL: https://github.com/apache/doris/pull/34812#discussion_r1599364710
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -505,6 +505,7 @@ void FragmentMgr::_exec_actual(std::shared_ptr<PlanFragmentExecutor> fragment_ex } Status FragmentMgr::exec_plan_fragment(const TExecPlanFragmentParams& params) { + DCHECK(config::enable_non_pipeline); Review Comment: 不是加到这里,streamload 可能没走这里。 应该加到plan fragment executor 里 -- 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