-
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
GH-43587: [Python] Remove no longer used serialize/deserialize PyArrow C++ code #45743
base: main
Are you sure you want to change the base?
GH-43587: [Python] Remove no longer used serialize/deserialize PyArrow C++ code #45743
Conversation
@github-actions crossbow submit -g python |
Thanks for the update @AlenkaF ! We should also remove the corresponding declarations in |
Revision: 031ebd2 Submitted crossbow builds: ursacomputing/crossbow @ actions-593c8c5c15 |
🤦♀️ Will do, sorry. |
Rationale for this change
We deprecated serialization functionality in C++ code in #44064. We can now remove it.
What changes are included in this PR?
Serialization functionality is removed from PyArrow C++ code.
Are these changes tested?
Tests should pass.
Are there any user-facing changes?
Serialization functionality is removed from PyArrow C++ code.