alibaba / alibaba/GraphScope

[BUG] CBO QuerySet Returns Error Results When Passing Through the IR Core

Open
#3,466 0 comments 0 reactions 1 assignee Claimed by @BingqingLyu View on GitHub
component:gie stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

**Describe the bug**
query-1:
```
Match (message:COMMENT)-[:HASCREATOR]->(person:PERSON),
(message:COMMENT)-[:HASTAG]->(tag:TAG),
(person:PERSON)-[:HASINTEREST]->(tag:TAG)
Return count(message);
```
expected 8647164, returns 1353121

query-2:
```
Match (person1:PERSON)-[:LIKES]->(message:COMMENT),
(message:COMMENT)-[:HASCREATOR]->(person2:PERSON),
(person1:PERSON)-[:ISLOCATEDIN]->(place:PLACE),
(person2:PERSON)-[:ISLOCATEDIN]->(place:PLACE)
Return count(person1);
```
expected 1344712, returns 824327

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.