maartenbreddels commented on a change in pull request #8621: URL: https://github.com/apache/arrow/pull/8621#discussion_r555979359
########## File path: cpp/src/arrow/compute/kernels/scalar_string.cc ########## @@ -186,6 +172,40 @@ struct UTF8Transform { } }; +#ifdef ARROW_WITH_UTF8PROC + +template <typename Type, typename Derived> +struct UTF8Transform : StringTransform<Type, Derived> { Review comment: Yeah, that was a bad choice of name, StringTransformCodepoint is more descriptive, it's a per codepoint transformation. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org