You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently limit internally is supported as int, but Gremlin supports limit as long.
For consistency between Gremlin and JanusGraph as well as eliminating issues like #3341 it would be better to have limit as long in JanusGraph instead of int.
The text was updated successfully, but these errors were encountered:
Currently limit internally is supported as
int
, but Gremlin supports limit aslong
.For consistency between Gremlin and JanusGraph as well as eliminating issues like #3341 it would be better to have
limit
aslong
in JanusGraph instead ofint
.The text was updated successfully, but these errors were encountered: