imbajin commented on issue #1946:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1946#issuecomment-1231215195

   simplify the problem to:
   1. when we input `g.E(e1, e1).count()`, it returns `1`  (seems it maybe 
reasonable? or maybe we need check the definition in gremlin doc)
   2. then we input `g.E(e1, e1, e2).count()`, it returns `3` (expect return 2?)
   
   so if we input `g.E(e1, e1, e2).dedup().count()` directly, what dose it 
return?


-- 
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]

Reply via email to