HappenLee commented on code in PR #65584:
URL: https://github.com/apache/doris/pull/65584#discussion_r3635298369
##########
be/src/load/channel/load_stream.cpp:
##########
@@ -525,6 +525,38 @@ bool LoadStream::close(int64_t src_id, const
std::vector<PTabletID>& tablets_to_
return true;
}
+void LoadStream::mark_eos_sent_and_collect(int64_t stream_id, bool
is_incremental,
Review Comment:
这个函数可以直接返回一个std::vector,不用外层额外创建了
--
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]