zxealous commented on code in PR #12597:
URL: https://github.com/apache/doris/pull/12597#discussion_r970474029
##########
be/src/olap/rowset/segment_v2/segment.h:
##########
@@ -106,6 +107,8 @@ class Segment : public
std::enable_shared_from_this<Segment> {
return _footer.primary_key_index_meta().max_key();
};
+ io::FileReaderSPtr get_file_reader() { return _file_reader; }
Review Comment:
unused, delete it
--
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]