udim commented on a change in pull request #9907: URL: https://github.com/apache/beam/pull/9907#discussion_r492965337
########## File path: CHANGES.md ########## @@ -73,6 +73,10 @@ * In Interactive Beam, ib.show() and ib.collect() now have "n" and "duration" as parameters. These mean read only up to "n" elements and up to "duration" seconds of data read from the recording ([BEAM-10603](https://issues.apache.org/jira/browse/BEAM-10603)). * Initial preview of [Dataframes](https://s.apache.org/simpler-python-pipelines-2020#slide=id.g905ac9257b_1_21) support. See also example at apache_beam/examples/wordcount_dataframe.py +* Fixed support for type hints on `@ptransform_fn` decorators in the Python SDK. Review comment: I can add that ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
