Incorrect unwind
result
#4974
Labels
affects/master
PR/issue: this bug affects master version.
auto-sync
find/automation
process/done
Process of bug
severity/major
Severity of bug
type/bug
Type: something is unexpected
Milestone
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Look at the query from nebula below:
In contrast the same query on same dataset in Neo4j resutn 8 rows:
Look into the details, we found that if there are null values in
e1.Rel_2_3_Bool
Nebula will filter all result:The expected behavior:
unwind should return the value of the expression itself when the expression is not a list, and filter out the null values
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
) https://github.com/xtcyclist/nebula/tree/fix_ent%231580How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: