yiguolei commented on code in PR #22464:
URL: https://github.com/apache/doris/pull/22464#discussion_r1281288677
##########
be/src/io/fs/stream_load_pipe.h:
##########
@@ -60,7 +60,8 @@ class StreamLoadPipe : public MessageBodySink, public
FileReader {
// called when consumer finished
Status close() override {
- cancel("closed");
+ /// FIXME: what should be done in close?
+ // cancel("closed");
Review Comment:
why delete cancel???
--
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]