joyemang33 commented on issue #2142: URL: https://github.com/apache/incubator-hugegraph/issues/2142#issuecomment-1457637633
> g.V().repeat(both().simplePath()).times(50).count() Thanks for your response. Using ``` g.V().repeat(both().simplePath()).times(50).count()``` is OK and it returns the correct result 0 since there is no simple path of length greater than 10 where times = 50. However, for the counting of all paths, the result of 0 is incorrect. I guess there is some issue when repeating for large times without filters such as ```simplePath()``` -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org