-
Notifications
You must be signed in to change notification settings - Fork 67
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
collect() and union() skipping null values #5039
Comments
#5041 was opened to change the behavior so
|
Repro is with Zed commit 4dc6236.
While helping a community Slack user I bumped into the following surprising result:
I would have expected the
null
value to still be in the array created.Presumably due to the same effect, here
collect()
is not even returning an array.union()
has similar behaviors.If we decide the current behavior is intentional and something we intend to keep, I'd suggest we start mentioning it in the docs with an explanation.
The text was updated successfully, but these errors were encountered: