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

[BUG] Cannot reach properties when query vertices via index scan on gs store #2124

Closed
BingqingLyu opened this issue Oct 11, 2022 · 0 comments · Fixed by #2129
Closed

[BUG] Cannot reach properties when query vertices via index scan on gs store #2124

BingqingLyu opened this issue Oct 11, 2022 · 0 comments · Fixed by #2129
Assignees
Labels
bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE

Comments

@BingqingLyu
Copy link
Collaborator

Describe the bug
A clear and concise description of what the bug is.

An example is g.V().hasLabel("person").has("id", 1).values("age"), which will query v6d/groot via index scan. However, after the vertex (vid, actually) is found, the property of "age" cannot be reached.

@BingqingLyu BingqingLyu added bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE labels Oct 11, 2022
@BingqingLyu BingqingLyu self-assigned this Oct 11, 2022
@longbinlai longbinlai added this to To do in GraphScope failover mechanism: 1008~1130 via automation Oct 13, 2022
@longbinlai longbinlai moved this from To do to In progress in GraphScope failover mechanism: 1008~1130 Oct 13, 2022
Benchmarking GIE using BI queries: 0905~0930 automation moved this from In progress to Done Oct 13, 2022
GraphScope failover mechanism: 1008~1130 automation moved this from In progress to Done Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE
Development

Successfully merging a pull request may close this issue.

1 participant