You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2022/04/21 18:25:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-14331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs updated ARROW-14331:
------------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [C++][Compute] 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
>          Components: C++
>            Reporter: Eduardo Ponce
>            Priority: Major
>              Labels: kernel, types
>             Fix For: 9.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.20.7#820007)