-
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
make_array
does not properly support nulls
#6887
Labels
bug
Something isn't working
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
make_array
function doesn't appear to properly support nulls for string arraysTo Reproduce
When I run this script
I get the following output (note that the output of make_array that had a null input does not have a null output):
Expected behavior
This is what used to happen (note the true/false):
Additional context
I found this while trying to update IOx to use the latest datafusion: https://github.com/influxdata/influxdb_iox/pull/8127
The text was updated successfully, but these errors were encountered: