spmallette commented on code in PR #1929:
URL: https://github.com/apache/tinkerpop/pull/1929#discussion_r1063504505
##########
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:
> Merge steps create a Traversal now to search for the Map constraints.
ok - i must have missed that in my first pass. that part of the diff was a
bit dense. thanks.
--
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]