yiguolei commented on code in PR #48368: URL: https://github.com/apache/doris/pull/48368#discussion_r1976230885
########## be/src/pipeline/exec/result_file_sink_operator.cpp: ########## @@ -75,8 +75,8 @@ Status ResultFileSinkOperatorX::prepare(RuntimeState* state) { RETURN_IF_ERROR(DataSinkOperatorX<ResultFileSinkLocalState>::prepare(state)); RETURN_IF_ERROR(vectorized::VExpr::prepare(_output_vexpr_ctxs, state, _row_desc)); if (state->query_options().enable_parallel_outfile) { - RETURN_IF_ERROR(state->exec_env()->result_mgr()->create_sender(state->query_id(), _buf_size, - &_sender, state)); + RETURN_IF_ERROR(state->exec_env()->result_mgr()->create_sender( 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