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

The multi-step filtering on edge is invalid #3090

Closed
czpmango opened this issue Oct 15, 2021 · 0 comments · Fixed by #3144
Closed

The multi-step filtering on edge is invalid #3090

czpmango opened this issue Oct 15, 2021 · 0 comments · Fixed by #3144
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@czpmango
Copy link
Contributor

czpmango commented Oct 15, 2021

This is my test in nebula latest version:

(czp@nebula) [nba]> go 1 to 4 steps from "Tim Duncan" over like where like.likeness >90 yield like.likeness
+---------------+
| like.likeness |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 90            |
+---------------+
| 90            |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 75            |
+---------------+
| 75            |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 90            |
+---------------+
| 90            |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 95            |
+---------------+
| 90            |
+---------------+
Got 17 rows (time spent 8664/9214 us)
@czpmango czpmango added the type/bug Type: something is unexpected label Oct 15, 2021
@czpmango czpmango changed the title The multi-step filtering condition of the GO statement is invalid The multi-step filtering on edge is invalid Oct 15, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Oct 18, 2021
@Sophie-Xie Sophie-Xie assigned nevermore3 and unassigned CPWstatic and czpmango Nov 11, 2021
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.

4 participants