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

[jira] [Resolved] (ARROW-16031) [C++][Gandiva] Fix Soundex errors generate

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

Pindikura Ravindra resolved ARROW-16031.
----------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

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

> [C++][Gandiva] Fix Soundex errors generate
> ------------------------------------------
>
>                 Key: ARROW-16031
>                 URL: https://issues.apache.org/jira/browse/ARROW-16031
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: Vinicius Souza Roque
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Current Soundex Function presents errors in generating results for some specific cases, when we have a sequence of 2 equal numbers separated by 0 it ends up ignoring it, as it deletes the 0 before generating the entire Soundex
> *Example with errors:*
> Alice Ichabod   -> Correct return is {color:#00875a}*A422*{color} but the Soundex returned {color:#de350b}*A421*{color}
> Luke Garcia       -> Correct return is {color:#00875a}*L226*{color} but the Soundex returned  {color:#de350b}*L262*{color}
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)