dask.delayed serialization ignores custom pickling for dataclasses
Open
delayed
needs attention
- Dominant language
- Python
- Stars
- 13.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
`dask.delayed.unpack_collections` expands all dataclasses into their set of fields for serialization even when `__reduce__` is overridden. Is this behavior configurable? Is this the intended behaviour?
Contributor guide
Assessment
This issue has not been assessed yet.