Junhao lan created TINKERPOP-3066: ------------------------------------- Summary: Different behaviors when adding "dedup()" Key: TINKERPOP-3066 URL: https://issues.apache.org/jira/browse/TINKERPOP-3066 Project: TinkerPop Issue Type: Bug Components: gremlint Affects Versions: 3.7.0 Environment: Windows 10 Reporter: Junhao lan
I think the traversal is really weird. * first traversal: {{g.addV().addV().limit(0)}} -> creates 1 vertex * second traversal: {{g.addV().addV().dedup().limit(0)}} -> creates 2 vertices And {{limit(0)}} is also strange and I don't really know what the expected behavior should be here with Gremlin.Maybe there is a bug? -- This message was sent by Atlassian Jira (v8.20.10#820010)