SG011 commented on code in PR #13497: URL: https://github.com/apache/arrow/pull/13497#discussion_r918768065
########## cpp/src/gandiva/gdv_string_function_stubs.cc: ########## @@ -20,6 +20,7 @@ #include "gandiva/gdv_function_stubs.h" #include <utf8proc.h> +#include <boost/algorithm/string/predicate.hpp> Review Comment: Well at first what I did was `memcpy(charset,"UTF-16BE",8)==0` but later I was suggested to use iequals by @anthonylouisbsb to make things case insensitive. -- 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]
