-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-35599: [Python] Canonical fixed-shape tensor extension array/type is not picklable. #35933
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-35599: [Python] Canonical fixed-shape tensor extension array/type is not picklable. #35933
Conversation
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Benchmark runs are scheduled for baseline = 98559fe and contender = 059d8b6. 059d8b6 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
Instead of defining |
|
We actually did that somewhat as a follow-up in #36170, defining |
|
A cleanup would nice indeed, to avoid such spurious additions. |
|
Opened a new issue: #39094 |
This PR adds
__reduce__method to theFixedShapeTensorType.