-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 function doesn't work as expected with additional columns #9349
Comments
fyi @jonahgao |
FYI @jayzhan211 |
Note that this fails (as expected right now) though I'm not certain if it's related to this issue or just something else :
|
This one is related to issue #9324. I am working on supporting it. |
If I remember correctly, |
I would like to give this a try, as I have learned a bit about UNNEST recently. |
take |
Describe the bug
Note that this isn't pertaining to unnest(column1, column2) functionality but rather that what should either work or explicitly fail (because it's not supported) is returning incorrect results.
To Reproduce
I used the unnest.slt test and added the following:
If you run
this will complete to the following
That result is wrong as it's missing column3 data.
Expected behavior
Either an error be returned or the result returns something like
Additional context
No response
The text was updated successfully, but these errors were encountered: