Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/621#discussion_r121704449 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java --- @@ -215,7 +216,8 @@ static void visit(Map<Class<? extends TraversalStrategy>, Set<Class<? extends Tr PathRetractionStrategy.instance(), LazyBarrierStrategy.instance(), ProfileStrategy.instance(), - StandardVerificationStrategy.instance()); + StandardVerificationStrategy.instance(), + ByModulatorOptimizationStrategy.instance()); --- End diff -- Best to put this in the right location. Thus, not AFTER the verification strategies, but in the optimization strategies.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---