Vinicius Souza Roque created ARROW-16031:
--------------------------------------------
Summary: [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
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.1#820001)