javeme commented on issue #2067: URL: https://github.com/apache/incubator-hugegraph/issues/2067#issuecomment-1371067227
@llooFlashooll Can you provide a test dataset? like: ```java g.addV('Vertex').as('1') .addV('Vertex').as('2') .addV('Vertex').as('3') .addV('Vertex').as('4') .addE('child').from('1').to('2') .addE('child').from('2').to('3') .addE('child').from('4').to('3') ``` -- 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