kenhuuu commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2437312558
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/filter/Range.feature:
##########
Review Comment:
It might also be good to have a query that has the limit inside a
TraversalParent inside a repeat(). like:
`g.V().repeat(__.both().where(__.has("name").limit(1))).times(2)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]