airborne12 commented on code in PR #30145:
URL: https://github.com/apache/doris/pull/30145#discussion_r1502015055
##########
be/src/olap/rowset/segment_v2/inverted_index_writer.cpp:
##########
@@ -616,21 +602,18 @@ class InvertedIndexColumnWriterImpl : public
InvertedIndexColumnWriter {
std::unique_ptr<lucene::analysis::Analyzer> _analyzer = nullptr;
std::unique_ptr<lucene::util::Reader> _char_string_reader = nullptr;
std::shared_ptr<lucene::util::bkd::bkd_writer> _bkd_writer = nullptr;
- std::unique_ptr<DorisCompoundDirectory> _dir = nullptr;
- std::string _segment_file_name;
- std::string _directory;
- io::FileSystemSPtr _fs;
+ DorisCompoundDirectory* _dir = nullptr;
Review Comment:
yes, in InvertedIndexDirectoryMap _indices_dirs
--
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]