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

Multi match join on e produce wrong result #4917

Closed
codesigner opened this issue Nov 23, 2022 · 0 comments · Fixed by #4923
Closed

Multi match join on e produce wrong result #4917

codesigner opened this issue Nov 23, 2022 · 0 comments · Fixed by #4923
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@codesigner
Copy link
Contributor

Describe the bug (required)

(root@nebula) [test]> match (v)-[e]->() where id(v) == 1 match p = (vv)-->()-[e]->() where id(vv) == 2 return count(p)
+----------+
| count(p) |
+----------+
| 24       |
+----------+

the joined on e is not properly joined

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

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

Successfully merging a pull request may close this issue.

1 participant