Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed May 30, 2024
1 parent 96c7fd0 commit 2bb8f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/segment_v2/ordinal_page_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class OrdinalIndexReader {
_meta_pb.reset(new OrdinalIndexPB(meta_pb));
}

~OrdinalIndexReader();
virtual ~OrdinalIndexReader();

// load and parse the index page into memory
Status load(bool use_page_cache, bool kept_in_memory);
Expand Down

0 comments on commit 2bb8f8d

Please sign in to comment.