Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1760

OLAP compilation failing around ConnectiveStrategy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.6
    • 3.2.7, 3.3.1
    • process
    • None

    Description

      gremlin> g.V().where(out("created").and().out("knows")).values("name")
      Local traversals may not traverse past the local star-graph on GraphComputer: [VertexStep(OUT,[created],vertex), AndStep, VertexStep(OUT,[knows],vertex)]
      

      This should compile to:

      g.V().where(and(outE('created'),outE('knows'))).values('name')
      

      BUG.

      Attachments

        Issue Links

          Activity

            People

              okram Marko A. Rodriguez
              okram Marko A. Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: