g.V().
HasLabel("Person").
As("a").
InE("Owns").
OutV().
HasLabel("Cat").
As("b").
And( gremlingo.T__.Select("b").Values("activity_level").As("left").
Select("a").Values("lazyness_level").As("right").Where("left", gremlingo.P.Gt("right")))code:244 message:Neither the map, sideEffects, nor path has a left-key: WherePredicateStep(left,lt(right)) attributes:map[exceptions:[org.apache.tinkerpop.gremlin.process.traversal.step.Scoping$KeyNotFoundException] . This makes me think that maybe the anonymous traversal doesn't inherit the partition strategy associated, does anyone know if this is the case? I'm not sure if this is an issue with anonymous traversals not querying inside the partition or if partition strategies don't support aliasing? Any help would be really appreciated!PartitionStrategy to see if it allows the query to run. If it works without that error, it doesn't mean that the PartitionStrategy isn't associated with the anonymous traversal, but it does mean that the strategy is likely injecting something into query that is somehow fooling with the as() labelling to prevent the where() from finding it.Join the Discord to ask follow-up questions and connect with the community
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,383 Members
Join