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: call procedure with string type arg return error #17324

Open
TCeason opened this issue Jan 18, 2025 · 0 comments
Open

bug: call procedure with string type arg return error #17324

TCeason opened this issue Jan 18, 2025 · 0 comments
Assignees
Labels
C-bug Category: something isn't working

Comments

@TCeason
Copy link
Collaborator

TCeason commented Jan 18, 2025

Summary

CREATE PROCEDURE p2(x STRING) RETURNS Int32 NOT NULL LANGUAGE SQL  COMMENT='test' AS $$
BEGIN
    RETURN x;
END;
$$

call procedure p2('x');
error: APIError: QueryFailed: [3130]Unknown procedure p2(String)

@TCeason TCeason added the C-bug Category: something isn't working label Jan 18, 2025
@TCeason TCeason self-assigned this Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant