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

Predicate validation inside the within clause should error for Traversal objects.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.5.0
    • None
    • process
    • None

    Description

      g.V().out().is(within(V().fold()))
      
      

      The above query should return all the vertices, however returns an empty result set.
      Argument inside the within step can not be Traversal which is not validated as of now.

      As part of this issue, either the Traversal inside the within step should be executed or query should fail while being parsed as the Predicate inside the within step can not be a Traversal.

      Attachments

        Activity

          People

            Unassigned Unassigned
            prashu Prashant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: