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

graph crashed when get subgraph with tag filter #4694

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

graph crashed when get subgraph with tag filter #4694

nebula-bots opened this issue Oct 8, 2022 · 1 comment · Fixed by #4698
Assignees
Labels
auto-sync priority/hi-pri Priority: high severity/blocker Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Describe the bug (required)

as title

Your Environments (required)

nebula-graphd version 3.3.0, Git: d67cc4b, Build Time: Oct  3 2022 12:06:30
This source code is licensed under Apache 2.0 License.

How To Reproduce(required)

Executing the following ngql will cause graph crash:
GET SUBGRAPH WITH PROP FROM 'Tim Duncan' OUT like WHERE $$.player.age > 36 YIELD vertices as v, edges as e

image

I think the problem was introduced by the pr: https://github.com/vesoft-inc/nebula-ent/commit/014df23e660dd1dd8e51a7ec2cafdffc8e250001

Expected behavior
successfully executed this ngql

@nebula-bots nebula-bots added auto-sync priority/hi-pri Priority: high severity/blocker Severity of bug type/bug Type: something is unexpected labels Oct 8, 2022
@Sophie-Xie Sophie-Xie added this to the v3.3.0 milestone Oct 9, 2022
@nevermore3 nevermore3 mentioned this issue Oct 9, 2022
11 tasks
@jinyingsunny
Copy link

3.3.0 已验证

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

Successfully merging a pull request may close this issue.

4 participants