[BUG] Support UnConnected Graph in Single Pattern
Open
component:gie
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Describe the bug**
query:
```
Match (p1:PERSON), (p2:PERSON)
Where p1.id+ p2.id> 100
Return p1;
```
logical layer throws error:
physical layer throws error:
Contributor guide
Assessment
This issue has not been assessed yet.