Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find loop path in "find path" not right #2923

Closed
Codelone opened this issue Sep 24, 2021 · 1 comment
Closed

Find loop path in "find path" not right #2923

Codelone opened this issue Sep 24, 2021 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected

Comments

@Codelone
Copy link

nebula v2.5 version
when I use "find path" , and set the same vid, the result is not right.
FIND ALL PATH FROM "B" TO "B" OVER * BIDIRECT UPTO 10 STEPS;
the result is nothing
FIND SHORTEST PATH FROM "B" TO "B" OVER * BIDIRECT UPTO 10 STEPS;
the result is "A->B<-A" ,This is obviously not a loop path,It seems that the shortest path is found through reverse edge traversal。
It seems not support loop path,maybe you can support to find loop path?

@Codelone Codelone added the type/bug Type: something is unexpected label Sep 24, 2021
@CPWstatic
Copy link
Contributor

Fixed by #2773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants