Cole-Greer commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2448845959
##########
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:
Is this change purely a result of `order().by(shuffle)` now independently
scrambling each iteration instead of previous hybrid local/global semantics
which essentially wouldn't order the first iteration?
--
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]