Commits


Chris Jordan-Squire authored and GitHub committed 5a1ca69d617
GH-37244: [Python] Remove support for pickle5 (#37644) Resolve issue https://github.com/apache/arrow/issues/37244 by removing pickle5 usage in pyarrow. ### Rationale for this change See issue https://github.com/apache/arrow/issues/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>