Skip to content

Commit

Permalink
chore: rename InvertedIndexFooter to InvertedIndexMetas
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Nov 23, 2023
1 parent ac197d0 commit 09673f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/greptime/v1/index/inverted_index.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ package greptime.v1.index;
option java_package = "io.greptime.v1.index";
option go_package = "github.com/GreptimeTeam/greptime-proto/go/greptime/v1/index";

// InvertedIndexFooter defines the metadata for an inverted index
// InvertedIndexMetas defines the metadata for an inverted index
// within an SST file.
message InvertedIndexFooter {
message InvertedIndexMetas {
// A map of tag names to their respective metadata corresponding to an individual
// inverted index within the SST file.
map<string, InvertedIndexMeta> metas = 1;
Expand Down

0 comments on commit 09673f6

Please sign in to comment.