mikepersonick commented on code in PR #1929:
URL: https://github.com/apache/tinkerpop/pull/1929#discussion_r1063493920
##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java:
##########
@@ -33,7 +33,11 @@
tags = "not @RemoteOnly and not @GraphComputerOnly and not
@AllowNullPropertyValues",
glue = { "org.apache.tinkerpop.gremlin.features" },
objectFactory = TinkerGraphFeatureTest.TinkerGraphGuiceFactory.class,
- features = { "classpath:/org/apache/tinkerpop/gremlin/test/features" },
+ features = { "classpath:/org/apache/tinkerpop/gremlin/test/features"
Review Comment:
Don't need them anymore. Merge steps create a Traversal now to search for
the Map constraints. That traversal will be optimized to use the TinkerGraph
indices when run against a TG.
--
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]