[
https://issues.apache.org/jira/browse/TINKERPOP-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18031918#comment-18031918
]
ASF GitHub Bot commented on TINKERPOP-3200:
-------------------------------------------
kenhuuu commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2449980073
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Paths.feature:
##########
@@ -103,11 +98,9 @@ Feature: Step - paths
When iterated to list
Then the result should be unordered
| result |
- | m[{"song":"TOMORROW IS A LONG TIME","artists":["Bob_Dylan"]}] |
- | m[{"song":"JOHN BROWN","artists":["Bob_Dylan"]}] |
+ | m[{"song":"I WANT YOU","artists":["Bob_Dylan"]}] |
Review Comment:
That's mostly it. The full BFS nature of it now means it found a shorter way
to get to that until() condition.
> Make repeat traversals completely global
> ----------------------------------------
>
> Key: TINKERPOP-3200
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3200
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.8.0
> Reporter: Ken Hu
> Priority: Blocker
>
> As described in the attached DISCUSS thread, repeat traversals are currently
> a mix of local and global. Update this so the behavior is always global.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)