-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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_concatdoes not work with nested empty arrays #7028- Сustomize behavior of NULLS in array functions #6808
- Supports NULL in arrays #6556
- All array functions should represent
NULLas an element #7142 - Support empty array #6561
make_arraydoes not properly support nulls #6887make_arraynull handling with nested version #7136make_arrayshould support pure null array #7144
Pull Requests:
- feat: support
NULLin array functions #6662 - feat: make_array support empty arguments #6593
- fix:
array_concatwith arrays with different dimensions, add_list*aliases for_array*functions #7008
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request