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 2020/07/10 19:16:20 UTC

[beam] branch master updated (6e77bca -> 80de476)

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 6e77bca  [BEAM-10417] - Move Shared object from tfx_bsl (#12128)
     add 80de476  [BEAM-10197] Support typehints for Python's frozenset (#11939)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/typehints/decorators_test.py       |   1 +
 .../typehints/native_type_compatibility.py         |   6 ++
 .../typehints/native_type_compatibility_test.py    |   8 ++
 .../apache_beam/typehints/trivial_inference.py     |   8 ++
 .../typehints/trivial_inference_test.py            |   7 +-
 sdks/python/apache_beam/typehints/typehints.py     |  42 +++++++-
 .../python/apache_beam/typehints/typehints_test.py | 112 ++++++++++++++-------
 .../en/documentation/sdks/python-type-safety.md    |   1 +
 8 files changed, 143 insertions(+), 42 deletions(-)