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

lookup bug #3524

Closed
czpmango opened this issue Dec 21, 2021 · 0 comments · Fixed by #3525
Closed

lookup bug #3524

czpmango opened this issue Dec 21, 2021 · 0 comments · Fixed by #3525
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@czpmango
Copy link
Contributor

czpmango commented Dec 21, 2021

Describe the bug (required)
Nebula-graphd crashes when the lookup statement contains a filter which is consist of a LogicalAnd expression and an IN expression with only one element.

Your Environments (required)
nebula v2.6.1

How To Reproduce(required)
lookup on player where player.age == 42 and player.name in ["Tim Duncan"] yield player.name

Expected behavior
Return the correct result

@czpmango czpmango added the type/bug Type: something is unexpected label Dec 21, 2021
@Aiee Aiee self-assigned this Dec 21, 2021
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants