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

union() can produce extra traversers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.7
    • 3.2.8, 3.3.2
    • process
    • None

    Description

      Hard to say where this bug is coming from but basically the most simple representation is:

      gremlin> g.V(1,2).local(__.union(__.constant(1).count()))
      ==>1
      ==>0
      ==>1
      

      Similar problems occur with sum() and other reducing barriers when used in this context.

      Attachments

        Issue Links

          Activity

            People

              dkuppitz Daniel Kuppitz
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: