You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 22:34:23 UTC

[GitHub] [beam] damccorm opened a new issue, #21282: Test non default pickle library

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org