andreachild commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2441453208


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.java:
##########
@@ -129,6 +170,9 @@ public boolean equals(final Object other) {
 
     @Override
     public Set<TraverserRequirement> getRequirements() {
+        if (this.getTraversal().getParent() instanceof RepeatStep) {

Review Comment:
   I reverted the requirements back to just BULK. Not sure why I had originally 
thought tests would fail otherwise.



-- 
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]

Reply via email to