-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python][C++] Fix deprecations when building pyarrow #45129
Comments
In other implementations the build fails if those deprecations are raised (like in C GLib) so those are fixed when the feature is deprecated. We could investigate to do the same for pyarrow and fail the build so pyarrow is also updated when these changes happen. |
We can use FYI: This is a related code in C++: arrow/cpp/cmake_modules/SetupCxxFlags.cmake Lines 255 to 389 in f5c340b
|
Describe the bug, including details regarding any error messages, version, and platform.
I've noticed some deprecations when building pyarrow:
We should fix those.
Component(s)
C++, Python
The text was updated successfully, but these errors were encountered: