Uh oh!
There was an error while loading. Please reload this page.
GH-35599: [Python] Canonical fixed-shape tensor extension array/type is not picklable. - #35933
Conversation
Uh oh!
There was an error while loading. Please reload this page.
ursabot
commented
Jun 13, 2023
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. |
pitrou
commented
Dec 5, 2023
Instead of defining |
jorisvandenbossche
commented
Dec 5, 2023
We actually did that somewhat as a follow-up in #36170, defining |
pitrou
commented
Dec 5, 2023
A cleanup would nice indeed, to avoid such spurious additions. |
AlenkaF
commented
Dec 6, 2023
Opened a new issue: #39094 |
This PR adds
__reduce__method to theFixedShapeTensorType.