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/09/22 22:36:55 UTC

[beam] branch master updated (93f1076 -> 32b5518)

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 93f1076  [BEAM-9547] Raise NotImplementedError and WontImplementError throughout DeferredDataframe (#12858)
     add 32b5518  [BEAM-4091] Pass type hints in ptransform_fn (#9907)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  5 ++
 .../python/apache_beam/options/pipeline_options.py | 43 ++++++++++++++++
 .../options/pipeline_options_validator_test.py     | 19 +++++++
 sdks/python/apache_beam/transforms/ptransform.py   | 29 +++++++++--
 sdks/python/apache_beam/transforms/util.py         |  2 +-
 sdks/python/apache_beam/typehints/decorators.py    |  4 ++
 .../apache_beam/typehints/typed_pipeline_test.py   | 58 ++++++++++++++++++++++
 .../typehints/typed_pipeline_test_py3.py           | 32 ++++++++++++
 sdks/python/conftest.py                            |  7 +++
 .../en/documentation/sdks/python-type-safety.md    |  7 +++
 10 files changed, 202 insertions(+), 4 deletions(-)