[
https://issues.apache.org/jira/browse/TINKERPOP-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-3000.
---------------------------------------
Fix Version/s: 3.7.1
Assignee: Stephen Mallette
Resolution: Fixed
Fixed on
https://github.com/apache/tinkerpop/commit/7be80b3082303124a682f56ff0272eb23ffa85a2
> 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
> Assignee: Stephen Mallette
> Priority: Critical
> Fix For: 3.7.1
>
>
> 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)