Skip to content

Commit

Permalink
Reset that vertices and edges are the paths to vertex info and edge info
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen committed Sep 4, 2024
1 parent 05138d1 commit d178e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format/graph_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import "edge_info.proto";

message GraphInfo {
string name = 1;
repeated VertexInfo vertices = 2;
repeated EdgeInfo edges = 3;
repeated string vertices = 2;
repeated string edges = 3;
string prefix = 4;

// Statistics of the graph, including the number of vertices and edges
Expand Down

0 comments on commit d178e62

Please sign in to comment.