array_union
and array_intersect
cannot handle NULL columnar data
#9706
Labels
bug
Something isn't working
Describe the bug
It seems that the functions
array_union
andarray_intersect
are unable to process columnar data that contains NULL values. These NULL values are being overlooked in the process.To Reproduce
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: