tvalentyn commented on code in PR #17669: URL: https://github.com/apache/beam/pull/17669#discussion_r888175693
########## CHANGES.md: ########## @@ -66,6 +66,7 @@ * Go SDK users can now use generic registration functions to optimize their DoFn execution. ([BEAM-14347](https://issues.apache.org/jira/browse/BEAM-14347)) * Go SDK users may now write self-checkpointing Splittable DoFns to read from streaming sources. ([BEAM-11104](https://issues.apache.org/jira/browse/BEAM-11104)) * Go SDK textio Reads have been moved to Splittable DoFns exclusively. ([BEAM-14489](https://issues.apache.org/jira/browse/BEAM-14489)) +* The serialization (pickling) library for Python is updated to dill==0.3.4 ([BEAM-11167](https://issues.apache.org/jira/browse/BEAM-11167)) Review Comment: ```suggestion * The serialization (pickling) library for Python is updated to dill==0.3.5.1 ([BEAM-11167](https://issues.apache.org/jira/browse/BEAM-11167)) ``` -- 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]
