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

Using Cypher function with CALL results in Segmentation fault #3001

Closed
sapalli2989 opened this issue Mar 7, 2024 · 2 comments
Closed

Using Cypher function with CALL results in Segmentation fault #3001

sapalli2989 opened this issue Mar 7, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sapalli2989
Copy link
Contributor

kuzu> call list_unique([1,2,3]) RETURN *;
Segmentation fault (core dumped)
@sapalli2989
Copy link
Contributor Author

Seems to have been resolved already:

kuzu> call list_unique([1,2,3]) RETURN *;
Error: bad_function_call
kuzu>

@andyfengHKU

@andyfengHKU
Copy link
Contributor

Yes this was fixed. A better error message is thrown in #3284.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants