Missing vertex properties in match result #4954
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/correctness
Query runs normaly but produces wrong results.
type/bug
Type: something is unexpected
Milestone
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Fuzzer generate a semantic equivalent match clause for both Nebula and Neo4j, and we found that vertex properties are missing in the result of Nebula comparing to Neo4j:
Execution in Neo4j:
In Nebula:
We can see that Nebula return only the vid, the tags and tag properties are missing.
Note that we ues a Label ID(id: int) in Neo4j to simulate vertex id in Nebula.
running a brief unit test also verify that the properties are missing in Nebula's execution result:
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
) 318f10dHow To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: