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

SQL explode does not properly broadcast against other columns #2980

Open
jaychia opened this issue Oct 1, 2024 · 0 comments
Open

SQL explode does not properly broadcast against other columns #2980

jaychia opened this issue Oct 1, 2024 · 0 comments
Labels
bug Something isn't working needs triage sql

Comments

@jaychia
Copy link
Contributor

jaychia commented Oct 1, 2024

Describe the bug

image

To Reproduce

import daft

df = daft.from_pydict({"list": [[1,2,3], [4,5], [6]], "x": [1, 2, 3]})
daft.sql("SELECT x, explode(list) FROM df").collect()

Expected behavior

No response

Component(s)

SQL

Additional context

No response

@jaychia jaychia added bug Something isn't working needs triage labels Oct 1, 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 needs triage sql
Projects
None yet
Development

No branches or pull requests

2 participants