You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/03 19:10:41 UTC

[GitHub] [arrow] lidavidm commented on pull request #10855: ARROW-12946: [C++] String swap case kernel

lidavidm commented on pull request #10855:
URL: https://github.com/apache/arrow/pull/10855#issuecomment-892094979


   For CI, it appears that Ubuntu 20.04 provides utf8proc 2.5, but the isupper/islower functions are not provided until 2.6: https://juliastrings.github.io/utf8proc/releases/
   
   Meanwhile, RTools35 is using utf8proc 2.4; it builds utf8proc from source, but I believe it's using the system headers looking at the compiler command since the system headers come before the self-built utf8proc ones. 
   
   I think bumping the minimum utf8proc version and fiddling with the build flags so that the utf8proc headers take precedence will be needed.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org