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-7288: [C++] Replace boost::regex with re2 in Parquet #9332

Closed
wants to merge 1 commit into from

Conversation

nealrichardson
Copy link
Member

I started on this and think I got the cmake bits worked out, but since re2 doesn't look like a drop-in replacement for std::regex, I think there's more C++ refactoring required, which I don't feel competent enough to take on.

@github-actions
Copy link

@@ -20,13 +20,7 @@
#include "arrow/util/windows_compatibility.h"

#include <cstdint>
// Check if thrift version < 0.11.0
Copy link
Member Author

Choose a reason for hiding this comment

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

We now require thrift >= 0.11, so this isn't relevant anymore.

@nealrichardson
Copy link
Member Author

Closing in favor of #9367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants