yiguolei commented on code in PR #64899:
URL: https://github.com/apache/doris/pull/64899#discussion_r3489176237
##########
be/src/exec/pipeline/pipeline_task.cpp:
##########
@@ -901,6 +907,9 @@ Status PipelineTask::finalize() {
}
Status PipelineTask::close(Status exec_status, bool close_sink) {
+ if (close_sink) {
Review Comment:
在finalize 里加了之后,这里为什么还要加?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]