alamb commented on issue #7342:
URL: 
https://github.com/apache/arrow-datafusion/issues/7342#issuecomment-1690297040

   > We basically need to add a binary version of this function in arrow-rs. 
Does that sound correct ?
   
   I am not quite sure
   
   I think that `LIKE` only really makes sense on string (UTF-8) data. 
   
   Thus,  a better approach might be to try and automatically coerce (cast) the 
`BinaryArray` to a `StringArray` (which will verify that the input in the 
`BinaryArray` is valid UTF-8) and then call the existing String based LIKE 
kernel


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

Reply via email to