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

🪲 UNNEST in JOIN bug #382

Closed
joocer opened this issue Aug 22, 2022 · 1 comment
Closed

🪲 UNNEST in JOIN bug #382

joocer opened this issue Aug 22, 2022 · 1 comment
Assignees

Comments

@joocer
Copy link
Contributor

joocer commented Aug 22, 2022

SELECT *   
FROM $astronauts
CROSS JOIN UNNEST(alma_mater) AS school
INNER JOIN UNNEST(('MIT'))

unhashable type: 'slice'

@joocer joocer self-assigned this Aug 22, 2022
@joocer
Copy link
Contributor Author

joocer commented Aug 22, 2022

less sql to get the same error

SELECT *   
FROM $astronauts
INNER JOIN UNNEST(('MIT'))

@joocer joocer closed this as completed Aug 22, 2022
joocer added a commit that referenced this issue Aug 22, 2022
joocer added a commit that referenced this issue Aug 22, 2022
joocer added a commit that referenced this issue Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant