Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
Patch
Description
When bulkload edge csv file,there is a difference between "directed label" and "undirected label".
In "directed label" case, if there is an edge "a b out", this edge's relatedEdges will be "a b out" and "b a in".
In "undirected label" case, if there is an edge "a b out", this edge's relatedEdges should be "a b out" and "b a out" .
However, as the effect of toEdge function's logic, the "undirected label" case has the same result as the"directed label" case.So I added the support for "undirected" label's direction when create Edge.
Attachments
Issue Links
- links to