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 2020/05/01 02:04:35 UTC

[GitHub] [arrow] wesm opened a new pull request #7077: ARROW-8660: [C++][Gandiva] Reduce usage of Boost in Gandiva codebase

wesm opened a new pull request #7077:
URL: https://github.com/apache/arrow/pull/7077


   I noticed this while reading the Gandiva codebase as part of the C++ precompiled kernels revamp project. In general we've tried to reduce our use of Boost -- if we can eliminate Boost altogether from library builds in the future that would be ideal. 
   
   I replaced usages of `boost::hash_combine` (vendored), `boost::iequals` (reimplemented), and `boost::algorithm::to_lower_copy` (reimplemented). There's a little bit of code scrubbing / IWYU fixes also. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7077: ARROW-8660: [C++][Gandiva] Reduce usage of Boost in Gandiva codebase

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7077:
URL: https://github.com/apache/arrow/pull/7077#issuecomment-622215642


   https://issues.apache.org/jira/browse/ARROW-8660


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] wesm commented on pull request #7077: ARROW-8660: [C++][Gandiva] Reduce usage of Boost in Gandiva codebase

Posted by GitBox <gi...@apache.org>.
wesm commented on pull request #7077:
URL: https://github.com/apache/arrow/pull/7077#issuecomment-622513296


   +1


----------------------------------------------------------------
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:
users@infra.apache.org