Ken Hu created TINKERPOP-3000:
---------------------------------

             Summary: Issue with union step when using path().by()
                 Key: TINKERPOP-3000
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3000
             Project: TinkerPop
          Issue Type: Bug
          Components: language
    Affects Versions: 3.7.0
            Reporter: Ken Hu


The following query
{code:java}
g.union(__.V().out().out().path().by("name")){code}
throws
{code:java}
The by("name") modulator can only be applied to a traverser that is an Element 
or a Map - it is being applied to [false] a Boolean class instead{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to