Once dedup is added the second "a traverser" is only going to get the leftovers. In cases where every vertex is common across each traverser, the second traverser is left with nothing. To fix this requires adding some local scope to part of the query.
Cases like this can be confusing to Gremlin users
Once
dedup
is added the second "a traverser" is only going to get the leftovers. In cases where every vertex is common across each traverser, the second traverser is left with nothing. To fix this requires adding somelocal
scope to part of the query.