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

uncertain result #5663

Closed
nevermore3 opened this issue Jul 31, 2023 · 0 comments · Fixed by #5662
Closed

uncertain result #5663

nevermore3 opened this issue Jul 31, 2023 · 0 comments · Fixed by #5662
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@nevermore3
Copy link
Contributor

Please check the FAQ documentation before raising an issue

Describe the bug (required)

(root@nebula) [nba]>       $m1= LOOKUP ON player WHERE player.name == 'Tim Duncan' YIELD id(vertex) AS vid;       $m2 = GO 2 TO 10 STEPS FROM $m1.vid OVER like YIELD distinct id($$) AS dst              INTERSECT             GO 4 TO 7 STEPS FROM $m1.vid OVER like REVERSELY YIELD distinct id($$) AS dst
+---------------------+
| dst                 |
+---------------------+
+---------------------+

(root@nebula) [nba]>       $m1= LOOKUP ON player WHERE player.name == 'Tim Duncan' YIELD id(vertex) AS vid;       $m2 = GO 2 TO 10 STEPS FROM $m1.vid OVER like YIELD distinct id($$) AS dst              INTERSECT             GO 4 TO 7 STEPS FROM $m1.vid OVER like REVERSELY YIELD distinct id($$) AS dst
+---------------------+
| dst                 |
+---------------------+
| "LaMarcus Aldridge" |
| "Tim Duncan"        |
| "Manu Ginobili"     |
| "Tony Parker"       |
+---------------------+

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

@nevermore3 nevermore3 added the type/bug Type: something is unexpected label Jul 31, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Jul 31, 2023
@nevermore3 nevermore3 mentioned this issue Jul 31, 2023
11 tasks
@github-actions github-actions bot added the process/fixed Process of bug label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant