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

Bug: Incorrect casting in standalone call #4566

Open
acquamarin opened this issue Nov 25, 2024 · 0 comments
Open

Bug: Incorrect casting in standalone call #4566

acquamarin opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working usability Issues related to better usability experience, including bad error messages

Comments

@acquamarin
Copy link
Collaborator

Kùzu version

master

What operating system are you using?

MAC M1

What happened?

When a standalone call receives a parameter with incorrect type, we should throw an exception.
For example:

call threads=5.6;

should error.

Are there known steps to reproduce?

kuzu> call threads=5.6;
(0 tuples)
(0 columns)
Time: 0.21ms (compiling), 0.43ms (executing)
@acquamarin acquamarin added the bug Something isn't working label Nov 25, 2024
@acquamarin acquamarin changed the title Bug: Incorrect casting in standalone function call Bug: Incorrect casting in standalone call Nov 25, 2024
@acquamarin acquamarin added the usability Issues related to better usability experience, including bad error messages label Nov 25, 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 usability Issues related to better usability experience, including bad error messages
Projects
None yet
Development

No branches or pull requests

2 participants