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

Crash when lookup parameter expression eval in storage #5350

Closed
czpmango opened this issue Feb 17, 2023 · 1 comment
Closed

Crash when lookup parameter expression eval in storage #5350

czpmango opened this issue Feb 17, 2023 · 1 comment
Labels
affects/v3.3 PR/issue: this bug affects v3.3.x version. process/fixed Process of bug severity/blocker Severity of bug type/bug Type: something is unexpected

Comments

@czpmango
Copy link
Contributor

Describe the bug
As title.

Your Environments
nebula v3.3.0

How To Reproduce

$var=lookup on player where player.name==$p6.c and player.age in [43,35,42,45] yield id(vertex) AS VertexID;DELETE VERTEX $var.VertexID;RETURN count($var.VertexID) AS record

Crashed.

@czpmango czpmango added the type/bug Type: something is unexpected label Feb 17, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Feb 17, 2023
@jinyingsunny
Copy link

#5336

@github-actions github-actions bot added the process/fixed Process of bug label Feb 17, 2023
@jinyingsunny jinyingsunny added affects/v3.3 PR/issue: this bug affects v3.3.x version. and removed affects/none PR/issue: this bug affects none version. labels Feb 17, 2023
@jinyingsunny jinyingsunny added severity/blocker Severity of bug and removed severity/none Severity of bug labels Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/v3.3 PR/issue: this bug affects v3.3.x version. process/fixed Process of bug severity/blocker Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants