Commits


ViniciusSouzaRoque authored and Pindikura Ravindra committed 0933facc8ef
ARROW-16031: [C++][Gandiva] Fix Soundex errors generate 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 **A422** but the Soundex returned **A421** Luke Garcia -> Correct return is **L226** but the Soundex returned **L262** Closes #12716 from ViniciusSouzaRoque/fixbug/fix-soundex-return Authored-by: ViniciusSouzaRoque <vinicius.roque@dremio.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>