Gremlin OLAP traversal query error regarding local star-graph #2477
Unanswered
artvandaly
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to execute an OLAP traversal on a query that needs to check if a vertex has a neighbour of certain type. i keep getting
Local traversals may not traverse past the local star-graph on GraphComputer
my query looks something like:
I'm using the TraversalVertexProgram. needless to say, when running the same query in oltp mode there is no problem is there a way to execute such logic?
Beta Was this translation helpful? Give feedback.
All reactions