alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

[BUG] Inconsistent results of an LSQB query #3865

Open BingqingLyu opened 1 month ago

BingqingLyu commented 1 month ago

Describe the bug

When running lsqb benchmark (on lsqb dataset sf=3), a query (Q8) outputs inconsistent results. The query is:

 MATCH (message)-[:hasTag]->(tag1),
        (comment)-[:hasTag]->(tag2),
        (comment)-[:replyOf]->(message)
 WHERE tag1<>tag2 and not (comment)-[:hasTag]->(tag1)
 RETURN COUNT(message)

, and the results are inconsistent: image

github-actions[bot] commented 2 weeks ago

/cc @BingqingLyu, this issus/pr has had no activity for for a long time, could you folks help to review the status ? To suppress further notifications,