-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] Remove support for pickle5 #37244
Comments
chrisjordansquire
added a commit
to chrisjordansquire/arrow
that referenced
this issue
Sep 10, 2023
Resolve issue apache#37244 by removing pickle5 usage in pyarrow.
Pull request #37644 was created for this issue. |
@danepitkin Tagging so you're aware of the above PR. Review would be greatly appreciated. |
AlenkaF
pushed a commit
that referenced
this issue
Sep 12, 2023
Resolve issue #37244 by removing pickle5 usage in pyarrow. ### Rationale for this change See issue #37244 . ### What changes are included in this PR? pickle5 usage is removed from pyarrow . ### Are these changes tested? Yes, the python test suite was run. ### Are there any user-facing changes? No. * Closes: #37244 Authored-by: Chris Jordan-Squire <chris.jordansquire@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
Resolve issue apache#37244 by removing pickle5 usage in pyarrow. ### Rationale for this change See issue apache#37244 . ### What changes are included in this PR? pickle5 usage is removed from pyarrow . ### Are these changes tested? Yes, the python test suite was run. ### Are there any user-facing changes? No. * Closes: apache#37244 Authored-by: Chris Jordan-Squire <chris.jordansquire@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
Resolve issue apache#37244 by removing pickle5 usage in pyarrow. ### Rationale for this change See issue apache#37244 . ### What changes are included in this PR? pickle5 usage is removed from pyarrow . ### Are these changes tested? Yes, the python test suite was run. ### Are there any user-facing changes? No. * Closes: apache#37244 Authored-by: Chris Jordan-Squire <chris.jordansquire@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
pickle5
is a backport of pickle protocol 5 features from python 3.8.3 to python 3.5, 3.6, and 3.7.[1]Now that python 3.7 is end-of-life and not supported in Arrow, we can remove all usage of it.
[1] https://pypi.org/project/pickle5/
Component(s)
Python
The text was updated successfully, but these errors were encountered: