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

issue with where filter

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.3
    • 3.1.5, 3.2.3
    • process
    • None

    Description

      Graph g = TinkerGraph.open();

      g.addVertex(T.label,"GROUP","name","Acme");

      List<Vertex> list = g.traversal()
      .V()
      .hasLabel("GROUP")
      .where(__.outE().hasLabel("PART_OF").count().is(0))
      .toList();

      Assert.assertEquals(1, list.size()); // actual size is 0

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            dkuppitz Daniel Kuppitz
            arikc Arik Cohen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment