Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-8660: [C++][Gandiva] Reduce usage of Boost in Gandiva codebase #7077

Closed
wants to merge 8 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented May 1, 2020

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.

The only Boost remaining is boost/multiprecision (for int256_t)

@github-actions
Copy link

github-actions bot commented May 1, 2020

Copy link
Contributor

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also remove the hash library reference from https://github.com/apache/arrow/blob/master/cpp/build-support/trim-boost.sh#L41 ?

@wesm
Copy link
Member Author

wesm commented May 1, 2020

+1

@wesm wesm closed this in 5d3dbd0 May 1, 2020
@wesm wesm deleted the gandiva-less-boost branch May 1, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants