Your example indeed seems to work fine. If you change the traversal as such:
g.V().has("age", P.neq(9223372036854775807L))it should throw an exception. The neq predicate seems to be the problem here.
© 2023 Groups.io