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]whether exists with prop will affect the number of rows returned #4770

Closed
nebula-bots opened this issue Oct 21, 2022 · 1 comment · Fixed by #4776
Closed

[subgraph]whether exists with prop will affect the number of rows returned #4770

nebula-bots opened this issue Oct 21, 2022 · 1 comment · Fixed by #4776
Assignees
Labels
affects/master PR/issue: this bug affects master version. auto-sync process/done Process of bug severity/minor Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Your Environments (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 1893/56744 us)

Fri, 21 Oct 2022 16:30:49 CST

How To Reproduce(required)

(root@nebula) [sf1]> GET SUBGRAPH   from 17592186046466 IN WORK_AT,LIKES,KNOWS  YIELD vertices as a
+------------------------------+
| a                            |
+------------------------------+
| [(17592186046466 :Person{})] |
+------------------------------+
Got 1 rows (time spent 1549/38858 us)

Fri, 21 Oct 2022 16:26:54 CST

(root@nebula) [sf1]> GET SUBGRAPH with prop   from 17592186046466 IN WORK_AT,LIKES,KNOWS  YIELD vertices as a
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| [(17592186046466 :Person{birthday: "1983-06-08", browserUsed: "Internet Explorer", creationDate: 2011-06-16T11:26:51.134000, firstName: "Ahmad", gender: "female", lastName: "Thielsch", locationIP: "110.44.173.75"})]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [(8796093029267 :Person{birthday: "1980-09-19", browserUsed: "Chrome", creationDate: 2010-09-12T22:03:12.855000, firstName: "John", gender: "male", lastName: "Khan", locationIP: "61.16.220.210"}), (7725 :Tag{name: "Double_Allergic", url: "http://dbpedia.org/resource/Double_Allergic"} :Person{birthday: "1989-04-06", browserUsed: "Internet Explorer", creationDate: 2010-01-30T01:01:50.415000, firstName: "Shweta", gender: "male", lastName: "Khan", locationIP: "61.3.163.148"} :Organisation{name: "Tulane_University_School_of_Liberal_Arts", type: "university", url: "http://dbpedia.org/resource/Tulane_University_School_of_Liberal_Arts"}), (10995116285850 :Person{birthday: "1980-03-24", browserUsed: "Firefox", creationDate: 2010-11-26T02:21:26.176000, firstName: "Alexsandr", gender: "female", lastName: "Akhmadiyeva", locationIP: "79.140.228.199"}), (6597069770057 :Person{birthday: "1983-03-23", browserUsed: "Firefox", creationDate: 2010-08-31T18:15:58.087000, firstName: "Berik", gender: "female", lastName: "Akhmadiyeva", locationIP: "193.29.53.95"})] |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Got 2 rows (time spent 3494/35214 us)

Fri, 21 Oct 2022 16:26:57 CST

Expected behavior

the number of rows returned should be consistent

@shanlai
Copy link

shanlai commented Oct 25, 2022

checked on 3.3-rc

@nebula-bots nebula-bots added affects/master PR/issue: this bug affects master version. process/done Process of bug labels Jan 4, 2023
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 process/done Process of bug severity/minor Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants