Skip to content

Commit

Permalink
Update proto/meta.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Fu <[email protected]>
  • Loading branch information
kwannoel and fuyufjh authored Sep 19, 2024
1 parent da1752c commit e3bfa6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,8 @@ message RelationIdInfos {
}

message FragmentVertexToRelationMap {
map<uint32, uint32> in_map = 1;
// fragment_id -> relation_id
map<uint32, uint32> in_map = 1;
map<uint32, uint32> out_map = 2;
}

Expand Down

0 comments on commit e3bfa6a

Please sign in to comment.