yangxk1 opened a new issue, #766:
URL: https://github.com/apache/incubator-graphar/issues/766

   ### Describe the enhancement requested
   
   Same as #765
   
   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](https://github.com/apache/incubator-graphar/blob/main/cpp/src/graphar/graph_info.cc).
   
   You can submit one or more PRs, but please add unit tests and update 
[docs](https://github.com/apache/incubator-graphar/blob/main/docs/specification/implementation-status.md)
 in each one.
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to