Graph return incorrect query result on null value filter #5432
Labels
affects/master
PR/issue: this bug affects master version.
auto-sync
process/done
Process of bug
severity/major
Severity of bug
source/automation
type/bug
Type: something is unexpected
Milestone
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Look at the query below:
((v1.Label_6.Label_6_4_Int == v1.Label_6.Label_6_5_Int))
evaluate to null but the filter inWHERE (id(v0) == 15) AND ((v1.Label_6.Label_6_4_Int == v1.Label_6.Label_6_5_Int))
did not work and return three wrong result.Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
) https://github.com/vesoft-inc/nebula-ent/commit/261433608ccb385339a610a3877014377defc379How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: