You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/10/15 01:04:00 UTC

[jira] [Created] (ARROW-14331) [C++] Add fixed_size_binary support to more compute functions

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)