tvalentyn commented on a change in pull request #15472: URL: https://github.com/apache/beam/pull/15472#discussion_r759752365
########## File path: CHANGES.md ########## @@ -33,6 +33,7 @@ * X feature added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)). * Remote packages can now be downloaded from locations supported by apache_beam.io.filesystems. The files will be downloaded on Stager and uploaded to staging location. For more information, see [BEAM-11275](https://issues.apache.org/jira/browse/BEAM-11275) +* Added support for cloudpickle library to replace dill library. Review comment: You could also add an instruction how to use it. e.g. ```To use cloudpickle, specify --pickler_lib=cloudpickle pipeline option.``` -- 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]
