Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-171

Support "undirected" label's direction when create Edge

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              zhangmeng Meng Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: