You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/06/07 14:32:00 UTC

[jira] [Resolved] (ARROW-10557) [C++] Add scalar string slicing/substring extract kernel

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

Antoine Pitrou resolved ARROW-10557.
------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 9000
[https://github.com/apache/arrow/pull/9000]

> [C++] Add scalar string slicing/substring extract kernel 
> ---------------------------------------------------------
>
>                 Key: ARROW-10557
>                 URL: https://issues.apache.org/jira/browse/ARROW-10557
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Maarten Breddels
>            Assignee: Maarten Breddels
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> This should implement slicing scalar string values of strings arrays with Python semantics with start, stop ,step arguments. This may seem similar to lists, or binary array, but the string length semantics enter into this kernel, which does not need to equal the number of bytes, nor the number of codepoints (accents, etc should be skipped).
>  



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