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

partiql-cli: includes the hidden function name + unicode non-character in reported errors #1733

Open
alancai98 opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@alancai98
Copy link
Member

Repro case

PartiQL Shell
Version: 1.0.0-97741fa2f
partiql ▶ 'Age: ' || 20;
w: [semantic] Undefined function "�concat"(STRING, INTEGER).
partiql ▶ 'Age: ' + 20;
w: [semantic] Undefined function "�plus"(STRING, INTEGER).

^ in above, perhaps we should

  • not include any non-characters
  • use the operator name rather than the internal function name
@alancai98 alancai98 added the bug Something isn't working label Jan 29, 2025
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

No branches or pull requests

1 participant