damccorm opened a new issue, #21282: URL: https://github.com/apache/beam/issues/21282
The python SDK recently added support for the cloudpickle library though the default is still dill. See [_https://s.apache.org/beam-picklers_](_https://s.apache.org/beam-picklers_) and https://issues.apache.org/jira/browse/BEAM-8123. We intend to switch this over to cloudpickle as the default. We should have a suite of E2E tests to make sure we don't introduce regressions into whichever pickle library is not the default. That is to say: First - E2E tests for the using the cloudpickle library. After cloudpickle library becomes the default - switch these E2E tests to cover dill. This will allow test coverage while we hopefully transition to just supporting a single library. Imported from Jira [BEAM-13385](https://issues.apache.org/jira/browse/BEAM-13385). Original Jira may contain additional context. Reported by: Ryan.Thompson. -- 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]
