Improve handling of NULL
and empty array for array functions.
#7143
Labels
enhancement
New feature or request
NULL
and empty array for array functions.
#7143
Is your feature request related to a problem or challenge?
One of the most important topic for implementing a good array function interaction ecosystem is
NULL
and empty array handling. There were a lot of attempts and impromevents, but all of these contain a lot of imperfections.So, I think this theme deserves more attention from the developers.
List:
The list contains all issues and pull requests dedicated
NULL
and empty array handling:Issues:
array_concat
does not work with nested empty arrays #7028NULL
as an element #7142make_array
does not properly support nulls #6887make_array
null handling with nested version #7136make_array
should support pure null array #7144Pull Requests:
NULL
in array functions #6662array_concat
with arrays with different dimensions, add_list*
aliases for_array*
functions #7008Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: