You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2019/12/20 00:23:08 UTC

[beam] branch master updated (c21fe8a -> 81bfaf0)

This is an automated email from the ASF dual-hosted git repository.

udim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from c21fe8a  Merge pull request #10305 [BEAM-8902] parameterize input type of Java external transform
     add ff9283b  [BEAM-8269] Convert from_callable type hints to Beam types
     add ba23e43  Fix _get_args for typing.Tuple in Py3.5.2
     add e2bba08  Dicts are not valid DoFn.process return values
     add 81bfaf0  Merge pull request #9602: [BEAM-8269] Convert Py3 type hints to Beam types

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/transforms/core.py         |  2 +-
 sdks/python/apache_beam/typehints/decorators.py    |  7 +++--
 .../apache_beam/typehints/decorators_test.py       | 36 ++++++++++++++++++++++
 .../apache_beam/typehints/decorators_test_py3.py   | 24 ++++++++++++---
 .../typehints/native_type_compatibility.py         | 13 ++++++--
 sdks/python/apache_beam/typehints/typehints.py     |  7 +++--
 6 files changed, 76 insertions(+), 13 deletions(-)