kenhuuu commented on code in PR #3251:
URL: https://github.com/apache/tinkerpop/pull/3251#discussion_r2453541180
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.java:
##########
@@ -157,10 +163,26 @@ public void processAllStarts() {
}
+ private AtomicLong getCounter(Traverser.Admin<S> traverser) {
+ final String counterKey = getCounterKey(traverser);
Review Comment:
Can this get moved inside the if condition? doesn't seem like it gets used
for the single.
--
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]