datafusion
datafusion copied to clipboard
fix: ArrayHas does not handle nulls correctly
Which issue does this PR close?
- Closes #19288 .
Rationale for this change
Matches SQL semantics correctly
What changes are included in this PR?
Changed the result for ArrayHas per row to handle cases where the eq array has NULL
Are these changes tested?
yes
Are there any user-facing changes?
no