You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: