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 statement, id($$) filter is incorrect #4765

Closed
nebula-bots opened this issue Oct 20, 2022 · 0 comments · Fixed by #4768
Closed

go statement, id($$) filter is incorrect #4765

nebula-bots opened this issue Oct 20, 2022 · 0 comments · Fixed by #4768
Assignees
Labels
affects/master PR/issue: this bug affects master version. auto-sync find/automation severity/major Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Your Environments (required)

How To Reproduce(required)


(root@nebula) [sf1]> show hosts graph
+-----------------+-------+----------+---------+--------------+---------+
| Host            | Port  | Status   | Role    | Git Info Sha | Version |
+-----------------+-------+----------+---------+--------------+---------+
| "192.168.8.224" | 10030 | "ONLINE" | "GRAPH" | "fe88a7f"    | "3.3.0" |
+-----------------+-------+----------+---------+--------------+---------+
Got 1 rows (time spent 1269/32906 us)

Thu, 20 Oct 2022 20:04:48 CST

(root@nebula) [sf1]> use sf1
Execution succeeded (time spent 1207/29005 us)

Thu, 20 Oct 2022 20:04:51 CST

(root@nebula) [sf1]> GO 1 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS where id($$)>1 YIELD distinct  id($$)  | yield count(*)
+----------+
| count(*) |
+----------+
| 0        |
+----------+
Got 1 rows (time spent 2609/31354 us)

Thu, 20 Oct 2022 20:04:54 CST

(root@nebula) [sf1]> GO 1 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS  YIELD distinct  id($$)  | yield count(*)
+----------+
| count(*) |
+----------+
| 389      |
+----------+
Got 1 rows (time spent 2382/32904 us)

Thu, 20 Oct 2022 20:04:56 CST
@nebula-bots nebula-bots added auto-sync severity/major Severity of bug type/bug Type: something is unexpected labels Oct 20, 2022
@Sophie-Xie Sophie-Xie added this to the v3.3.0 milestone Oct 21, 2022
@Sophie-Xie Sophie-Xie assigned nevermore3 and jievince and unassigned nevermore3 Oct 21, 2022
@nebula-bots nebula-bots added affects/master PR/issue: this bug affects master version. find/automation labels Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. auto-sync find/automation severity/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants