pitrou commented on code in PR #13497:
URL: https://github.com/apache/arrow/pull/13497#discussion_r917940285


##########
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:
   Do we really want to depend on boost for something as basic as ASCII 
case-insentive comparison?



-- 
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]

Reply via email to