HappenLee commented on code in PR #9505:
URL: https://github.com/apache/incubator-doris/pull/9505#discussion_r870913059
##########
be/src/exec/broker_scanner.h:
##########
@@ -110,7 +110,7 @@ class BrokerScanner : public BaseScanner {
int _line_delimiter_length;
// Reader
- FileReader* _cur_file_reader;
+ std::shared_ptr<FileReader> _cur_file_reader;
Review Comment:
not sharable,just need keep the logic of _stream_load_pipe
--
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]