Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSQB Q7 failed on windows #1575

Closed
acquamarin opened this issue May 27, 2023 · 0 comments
Closed

LSQB Q7 failed on windows #1575

acquamarin opened this issue May 27, 2023 · 0 comments
Assignees

Comments

@acquamarin
Copy link
Collaborator

[2023-05-27 14:51:07.347] [info] TEST: q7
[2023-05-27 14:51:07.347] [info] QUERY: MATCH (:Tag)<-[:Post_hasTag_Tag|:Comment_hasTag_Tag]-(message:Post:Comment)-[:Post_hasCreator_Person|:Comment_hasCreator_Person]->(creator:Person) OPTIONAL MATCH (message)<-[:Person_likes_Comment|:Person_likes_Post]-(liker:Person) OPTIONAL MATCH (message)<-[:Comment_replyOf_Comment|:Comment_replyOf_Post]-(comment:Comment) RETURN count(*) AS count;
[2023-05-27 14:51:08.798] [error] PLAN0 NOT PASSED.
[2023-05-27 14:51:08.798] [info] PLAN: 
PROJECTION[COUNT_STAR()]
AGGREGATE[Group By [], Aggregate [COUNT_STAR(), ]]
PROJECTION[]
HASH_JOIN[message._id]
CHILD:
    HASH_JOIN[message._id]
    CHILD:
        EXTEND[message-->creator]
        EXTEND[message-->]
        FLATTEN[]
        SCAN_NODE[message]
    CHILD:
        PROJECTION[message._id]
        EXTEND[liker-->message]
        FLATTEN[]
        SCAN_NODE[liker]
CHILD:
    PROJECTION[message._id]
    EXTEND[comment-->message]
    FLATTEN[]
    SCAN_NODE[comment]
[2023-05-27 14:51:08.798] [info] RESULT: 

[2023-05-27 14:51:08.799] [info] 1628127
[2023-05-27 14:51:08.799] [info] 0/1 plans passed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants