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

[subgraph] return results are incomplete #4764

Closed
nebula-bots opened this issue Oct 20, 2022 · 1 comment
Closed

[subgraph] return results are incomplete #4764

nebula-bots opened this issue Oct 20, 2022 · 1 comment
Assignees
Labels
auto-sync severity/minor Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Your Environments (required)
image

How To Reproduce(required)

(root@nebula) [nba]> use nba
Execution succeeded (time spent 587/30360 us)

Thu, 20 Oct 2022 18:32:40 CST

(root@nebula) [nba]>  GET SUBGRAPH FROM 'Tim Duncan' both  serve,like Where like.likeness<90 YIELD vertices as a
+----------------------------------------+
| a                                      |
+----------------------------------------+
| [("Tim Duncan" :player{} :bachelor{})] |
+----------------------------------------+
Got 1 rows (time spent 997/30410 us)

Thu, 20 Oct 2022 18:32:48 CST

(root@nebula) [nba]>  GET SUBGRAPH FROM 'Tim Duncan' both  serve,like Where like.likeness<90 and $$.player.name!="1" YIELD vertices as a
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| a                                                                                                                                                                                                             |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| [("Tim Duncan" :player{} :bachelor{})]                                                                                                                                                                        |
| [("Marco Belinelli" :player{}), ("Boris Diaw" :player{}), ("Shaquile O'Neal" :player{}), ("Danny Green" :player{}), ("Tiago Splitter" :player{}), ("Aron Baynes" :player{}), ("LaMarcus Aldridge" :player{})] |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Got 2 rows (time spent 1513/31079 us)

Thu, 20 Oct 2022 18:33:04 CST

Expected behavior
The results of the two statements are the same

@shanlai
Copy link

shanlai commented Oct 25, 2022

checked on 3.3-rc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-sync severity/minor Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants