Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

match (v1) --> (v2) <-- (v3) where id(v1)=='Dwyane Wade' and v1==v3 return v3 returned empty set #1312

Closed
FangJinhe opened this issue Aug 9, 2021 · 1 comment
Labels
bug Type: something is unexpected

Comments

@FangJinhe
Copy link

FangJinhe commented Aug 9, 2021

nebula version: 2.0.1

Provided simulation data of "nba", when query in nebula:

match (v1) --> (v2) <-- (v3) where id(v1)=='Dwyane Wade' and v1==v3 return v3

the result is empty set:

Empty set (time spent 2158/2655 us)

when query in neo4j, the result returns the node of "Dwyane Wade":

match (v1) --> (v2) <-- (v3) where v1.name="Dwyane Wade" and v1=v3 return v3

╒══════════════════════════════════════════════════════╕
 │"v3"                                                                                                                                       │
╞══════════════════════════════════════════════════════╡
 │{"name":"Dwyane Wade","age":37,"player":"Dwyane Wade"}                                        │
├──────────────────────────────────────┤
 │{"name":"Dwyane Wade","age":37,"player":"Dwyane Wade"}                                        │
└─────────────────────────────────────┘
@FangJinhe FangJinhe added the bug Type: something is unexpected label Aug 9, 2021
@Shylock-Hg
Copy link
Contributor

Had fixed in later version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants