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

Self-loop edge #127

Closed
andyfengHKU opened this issue Apr 15, 2021 · 1 comment
Closed

Self-loop edge #127

andyfengHKU opened this issue Apr 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@andyfengHKU
Copy link
Contributor

Consider following example MATCH (a:Person)-[r:KNOWS]->(a:Person),

current enumerator generate plan as Scan(Person)-Extend(Knows edge to Person Label) without understanding fromNode and toNode should be the same node. A filter on nodeID should be append

@andyfengHKU andyfengHKU added the bug Something isn't working label Apr 15, 2021
@andyfengHKU andyfengHKU self-assigned this Apr 15, 2021
@andyfengHKU
Copy link
Contributor Author

This has been solved at the time we support cyclic queries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant