SG011 commented on code in PR #13497: URL: https://github.com/apache/arrow/pull/13497#discussion_r917941750
########## 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: Like for this @anthonylouisbsb said we need to be case sensitive so for that I have taken the string and then compared it irrespective of the case. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org