A similar problem occurs when using the following traversal:
graph.traversal() .V() .hasLabel("test") .has("prop", P.neq(-9223372036854775808L)) .count() .next();
© 2023 Groups.io