EmilyMatt opened a new issue, #19288:
URL: https://github.com/apache/datafusion/issues/19288

   ### Describe the bug
   
   For Array(0, null, 3) checking for needle 2
   The eq array will be (false, null, false)
   Currently that means we return FALSE
   
   But the result priority should be:
   Has true -> true
   Has null -> null
   Neither -> false
   
   This is relevant for both the scalar and array cases
   
   ### To Reproduce
   
   As provided above
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to