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: string does not promote to large_string #549

Open
jordanrfrazier opened this issue Jul 25, 2023 · 0 comments
Open

bug: string does not promote to large_string #549

jordanrfrazier opened this issue Jul 25, 2023 · 0 comments
Labels
bug Something isn't working sparrow

Comments

@jordanrfrazier
Copy link
Collaborator

Description
A literal string should promote to a large_string, if needed.

error[E0010]: Invalid argument type(s)
  --> Query:4:32
  |
4 | let lookup = Table | lookup("test")
  |                                ^^^^^^ Actual key type string
  |
  --> internal:1:1
  |
1 | $input
  | ------ Grouping 'Table' expects key type large_string

@jordanrfrazier jordanrfrazier added bug Something isn't working sparrow labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sparrow
Projects
None yet
Development

No branches or pull requests

1 participant