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



##########
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:
       I will update it, it is strange, actually I fix all of them at night of 
yesterday. It seems that I made some mistakes when format a patch.




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