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 Q03 in benchmark suite #2179

Closed
russell-liu opened this issue Oct 11, 2023 · 1 comment
Closed

Fix Q03 in benchmark suite #2179

russell-liu opened this issue Oct 11, 2023 · 1 comment

Comments

@russell-liu
Copy link
Contributor

Q03 has failed for a while in the benchmark suite. The query cannot be parsed as the || operator does not seem to be implemented.

-NAME q03
-COMPARE_RESULT 1
-QUERY MATCH (comment:Comment) RETURN MIN(comment.browserUsed || 'hh')
---- 1
Chromehh
@russell-liu
Copy link
Contributor Author

Fixed by changing || operator to concat function.

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

1 participant