You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "snmvaughan (via GitHub)" <gi...@apache.org> on 2023/02/09 01:49:50 UTC

[GitHub] [arrow-datafusion] snmvaughan opened a new issue, #5222: Use `_dyn` and `_scalar_dyn` for operations `like`, `ilike`, `nlike`, and `nilike` to support Dictionary and LargeStringArray

snmvaughan opened a new issue, #5222:
URL: https://github.com/apache/arrow-datafusion/issues/5222

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   DataFusion doesn't allow Dictionaries or LargeStringArrays in like comparison operations.  This functionality is already included in Arrow.
   
   **Describe the solution you'd like**
   
   Arrow provides operations on StringArray / LargeStringArray, or DictionaryArray with values StringArray / LargeStringArray, with support for comparisons against another array or a scalar.  The current `Like` implementation doesn't support all of these combinations.  In addition, the check in the physical expressions doesn't use coercion rules when validating the request.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org