Eduardo Ponce created ARROW-14331:
-------------------------------------

             Summary: [C++] Add fixed_size_binary support to more compute 
functions
                 Key: ARROW-14331
                 URL: https://issues.apache.org/jira/browse/ARROW-14331
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Eduardo Ponce
             Fix For: 7.0.0


The following compute functions do not support fixed_size_binary but do support 
binary via ARROW-13879:
* match_substring[_regex]
* split_pattern[_regex]
* replace_substring[_regex]
* match_like
* starts/ends_with
* extract_regex

_Note_: *FixedSizeBinaryType* does not have an *offset_type* alias in its class 
definition, but some of these kernel implementations use/expect *offset_type* 
(e.g., *MatchSubstringImpl*).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to