alibaba / alibaba/GraphScope

[BUG] Insight failed on ldbc query is4

Open
#4,581 1 comment 0 reactions 1 assignee Claimed by @BingqingLyu View on GitHub
stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

**Describe the bug**
A clear and concise description of what the bug is.

The query is as follows:

```
MATCH (m:POST|COMMENT {id: 1030792332314L})
RETURN
CASE WHEN m.content = "" THEN m.imageFile
ELSE m.content END as messageContent,
m.creationDate as messageCreationDate
```

However, Insight outputs unexpected results. Fix it.

Similar bug occurs in ic7.

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.