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

Fix Q37 in benchmark suite #2150

Open
ray6080 opened this issue Oct 5, 2023 · 1 comment
Open

Fix Q37 in benchmark suite #2150

ray6080 opened this issue Oct 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working high-priority

Comments

@ray6080
Copy link
Contributor

ray6080 commented Oct 5, 2023

Q37 has failed for a while in the benchmark suite. Either the ground truth is incorrect, or we have bugs for this query.

-NAME q37
-COMPARE_RESULT 1
-QUERY MATCH (a:Person)-[r:knows* SHORTEST 1..30]->(b:Person) WHERE a.ID = 94 RETURN COUNT(*)
---- 1
407396

@anuchak
Copy link
Collaborator

anuchak commented Oct 12, 2023

Yes this seems to be an issue for Shortest path queries, if I return path then 407396 seems to be the answer but if I return only the path length / do COUNT(*) then 407595 is returned.

Screenshot from 2023-10-12 17-24-25

@semihsalihoglu-uw semihsalihoglu-uw added high-priority bug Something isn't working labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

No branches or pull requests

4 participants