augustoasilva commented on a change in pull request #11052:
URL: https://github.com/apache/arrow/pull/11052#discussion_r705780316
##########
File path: cpp/src/gandiva/gdv_function_stubs.cc
##########
@@ -606,6 +606,53 @@ const char* gdv_fn_upper_utf8(int64_t context, const char*
data, int32_t data_le
return out;
}
+
+// Returns the soundex code for a given string
Review comment:
I wrote a detailed comment on how the algorithm work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]