[
https://issues.apache.org/jira/browse/TINKERPOP-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ken Hu updated TINKERPOP-3000:
------------------------------
Priority: Critical (was: Major)
> 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
> Priority: Critical
>
> 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)