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

go 0 step and match 0 step are semantically different #5030

Closed
czpmango opened this issue Dec 9, 2022 · 3 comments
Closed

go 0 step and match 0 step are semantically different #5030

czpmango opened this issue Dec 9, 2022 · 3 comments
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/none Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Milestone

Comments

@czpmango
Copy link
Contributor

czpmango commented Dec 9, 2022

Describe the bug (required)
As title.

Environments (required)
nebula 3.1

How To Reproduce(required)

Steps to reproduce the behavior:

(root@nebula) [nba]> lookup on player yield id(vertex) as vid | go 0 steps from $-.vid over like bidirect yield id($^) | yield count(*)
+----------+
| count(*) |
+----------+
| 0        |
+----------+
Got 1 rows (time spent 6479/6897 us)

(root@nebula) [nba]> match (v:player)-[:like*0]-() return count(*)
+----------+
| count(*) |
+----------+
| 56       |
+----------+
Got 1 rows (time spent 10321/10706 us)

Expected behavior
count(*) is 56.

@czpmango czpmango added the type/bug Type: something is unexpected label Dec 9, 2022
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Dec 9, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Dec 9, 2022
@xtcyclist
Copy link
Contributor

xtcyclist commented Dec 12, 2022

Go 0 step and match 0 step look like corner cases. I recommend we deprioritize this issue and fix it later.

@Sophie-Xie Sophie-Xie added the wontfix Solution: this will not be worked on recently label Dec 12, 2022
@xtcyclist
Copy link
Contributor

Close this issue for now.

@github-actions github-actions bot added the process/fixed Process of bug label Dec 21, 2022
@Hester-Gu Hester-Gu added the process/done Process of bug label Jan 13, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 13, 2023
@HarrisChu
Copy link
Contributor

match (v:player)-[:like*0]-(n) return n

neo4j marks the dst as src.

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/done Process of bug severity/none Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Projects
None yet
Development

No branches or pull requests

6 participants