Describe the enhancement requested
Users can add or delete vertexInfos/edgeInfos in graphInfo, or add or delete propertyGroups/adjacentLists in vertexInfos/edgeInfos, in order to achieve on-demand loading of chunk files.
For example, in a GraphInfo yaml, there are two vertexes, person and company, but some tasks can be completed by just a person.
SO we need implements some delete methods just like add methods.
You can submit one or more PRs, but please add unit tests and update docs in each one.
Component(s)
Java
Describe the enhancement requested
Users can add or delete
vertexInfos/edgeInfosingraphInfo, or add or deletepropertyGroups/adjacentListsinvertexInfos/edgeInfos, in order to achieve on-demand loading of chunk files.For example, in a
GraphInfoyaml, there are two vertexes, person and company, but some tasks can be completed by just a person.SO we need implements some delete methods just like add methods.
You can submit one or more PRs, but please add unit tests and update docs in each one.
Component(s)
Java