Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 committed Oct 9, 2024
1 parent f8a2570 commit 6bf48d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/segment_v2/inverted_index_file_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class InvertedIndexFileWriter {
Result<DorisFSDirectory*> open(const TabletIndex* index_meta);
Status delete_index(const TabletIndex* index_meta);
Status initialize(InvertedIndexDirectoryMap& indices_dirs);
~InvertedIndexFileWriter() { DCHECK(_closed); }
~InvertedIndexFileWriter() = default;
int64_t write_v2();
int64_t write_v1();
Status close();
Expand Down

0 comments on commit 6bf48d0

Please sign in to comment.