zhiqiang-hhhh commented on code in PR #31981: URL: https://github.com/apache/doris/pull/31981#discussion_r1517442473
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -587,7 +587,7 @@ void FragmentMgr::remove_pipeline_context( template <typename Params> Status FragmentMgr::_get_query_ctx(const Params& params, TUniqueId query_id, bool pipeline, - std::shared_ptr<QueryContext>& query_ctx) { + bool nereids, std::shared_ptr<QueryContext>& query_ctx) { Review Comment: should not change signature, nereids can be read from params.is_nereids -- 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