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

Match from edge failed #2652

Closed
czpmango opened this issue Jun 10, 2021 · 1 comment
Closed

Match from edge failed #2652

czpmango opened this issue Jun 10, 2021 · 1 comment
Assignees
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Milestone

Comments

@czpmango
Copy link
Contributor

czpmango commented Jun 10, 2021

Match from edge failed when create index without property

Reproduce:

create edge index index1 on like()
rebuild edge index index1
create edge index index2 on like(likeness)
rebuild edge index index2

(czp@nebula) [nba]> profile match (v1)-[e:like]->(v2) return v2
+----+
| v2 |
+----+
+----+

drop edge index index1

(czp@nebula) [nba]> match (v1)-[e:like]->(v2) return v2 limit 3
+-------------------------------------------------------------------------------------------------------------+
| v2                                                                                                          |
+-------------------------------------------------------------------------------------------------------------+
| ("Danny Green" :player{age: 31, name: "Danny Green"})                                                       |
+-------------------------------------------------------------------------------------------------------------+
| ("Tim Duncan" :bachelor{name: "Tim Duncan", speciality: "psychology"} :player{age: 42, name: "Tim Duncan"}) |
+-------------------------------------------------------------------------------------------------------------+
| ("Tony Parker" :player{age: 36, name: "Tony Parker"})                                                       |
+-------------------------------------------------------------------------------------------------------------+

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 27, 2021
@Sophie-Xie Sophie-Xie added the type/bug Type: something is unexpected label Aug 30, 2021
@CPWstatic CPWstatic added this to the v2.6.0 milestone Aug 30, 2021
@czpmango
Copy link
Contributor Author

I try to reproduce it in both versions v2.0.1 and v2.5.0, but failed.
Keep this issue open for the time being.

@Sophie-Xie Sophie-Xie added the need info Solution: need more information (ex. can't reproduce) label Sep 30, 2021
@Sophie-Xie Sophie-Xie modified the milestones: v2.6.0, v2.7.0, v3.0.0 Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants