Jefffrey commented on issue #2547:
URL: https://github.com/apache/datafusion/issues/2547#issuecomment-3649578125

   Thanks for the detailed investigation @feniljain 
   
   You're right in that it seems `ArrayHasAll` doesn't seem to be usable out of 
the box as I initially thought. It seems `ArrayHasAll` is geared towards 
checking that array B is a subset of array A; so even if array B is a single 
element then as long as array A has one element of that array B then it will 
return true, which isn't what we want 🤔 
   
   We might need to create a new function entirely as you suggested. I might 
need some more time to think on this as I've only taken a quick look so far.


-- 
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