morningman commented on a change in pull request #8727:
URL: https://github.com/apache/incubator-doris/pull/8727#discussion_r837664770



##########
File path: be/src/vec/sink/result_sink.cpp
##########
@@ -125,7 +125,7 @@ Status VResultSink::close(RuntimeState* state, Status 
exec_status) {
             state->fragment_instance_id());
 
     VExpr::close(_output_vexpr_ctxs, state);
-    _closed = true;
+    DataSink::close(state, exec_status);

Review comment:
       There are other places which have same problem. Please fix them too.




-- 
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]

Reply via email to