javeme commented on issue #2162:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2162#issuecomment-1474835320

   I have found that there is a `dedup().by(path())` step in your statement, 
`as()` step may cause that identical paths are considered different (`as('x')` 
is equivalent to the pause symbol, just like paths: `a (as 'x') -> b -> c -> d` 
and `a -> b (as 'x') -> c -> d` ) 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to