tvalentyn commented on a change in pull request #15472: URL: https://github.com/apache/beam/pull/15472#discussion_r759746769
########## 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: ```suggestion * Added support for cloudpickle as a pickling library for Python SDK. ``` ########## File path: sdks/python/container/py36/base_image_requirements.txt ########## @@ -68,7 +69,7 @@ google-cloud-videointelligence==1.16.1 google-cloud-vision==1.0.0 google-crc32c==1.3.0 google-pasta==0.2.0 -google-python-cloud-debugger==2.18 +google-python-cloud-debugger==2.8 Review comment: Was this an accidental manual change? -- 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]
