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

[jira] [Resolved] (ARROW-13217) [C++][Gandiva] Correct convert_replace function for invalid chars on string beginning

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

Praveen Kumar resolved ARROW-13217.
-----------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

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

> [C++][Gandiva] Correct convert_replace function for invalid chars on string beginning
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-13217
>                 URL: https://issues.apache.org/jira/browse/ARROW-13217
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: João Pedro Antunes Ferreira
>            Assignee: João Pedro Antunes Ferreira
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The CONVERT_REPLACE Gandiva function is not working properly for invalid chars on the beginning of the string (e.g. "\xa0\xa1-valid" should be  "-valid" considering an empty replacement char. But it is not replacing correctly).



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