GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

Support loading fragment with local vertex map for ArrowFragmentLoader

Open acezen opened this issue 3 years ago • 0 comments

What do these changes do?

Add a method LoadFragmentWithLocalVertexMap to support load arrow fragments with ArrowLocalVertexMap

The local_vertex_map currently only support in LoadFragment with whole batch vertices and edges, not support in AddLabel with additional vertices and edges label yet.

Related issue number

Fixes #1689

ToDo

  • [x] Update the vineyard
  • [x] Add unit test

acezen avatar Jul 05 '22 02:07 acezen