kerwin-zk opened a new pull request, #8022:
URL: https://github.com/apache/paimon/pull/8022
### Purpose
`PaimonDataSink` currently keeps the `FileStoreTable` and `WriteBuilder`
directly in the sink object. When Daft runs with the Ray runner, the sink needs
to be serialized and sent to workers. For OSS/Jindo tables, the table can
indirectly hold PyArrow/Jindo filesystem objects that are not picklable,
causing Ray serialization failures.
This PR makes the Daft Paimon write sink serializable by only storing
reconstructable table state during pickling.
### Tests
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]