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/03/25 16:58:09 UTC

[beam] branch master updated (2e020e3 -> a9a31c8)

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 2e020e3  Merge pull request #11219: [BEAM-9606] Add missing parameters in combine_test.py gradle example
     add 2f7b68c  [BEAM-9398] runtime_type_check: support setup
     new a9a31c8  Merge pull request #11110: [BEAM-9398] runtime_type_check: support setup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/typehints/typecheck.py     |   6 +
 .../apache_beam/typehints/typecheck_test_py3.py    | 126 +++++++++++++++++++++
 2 files changed, 132 insertions(+)
 create mode 100644 sdks/python/apache_beam/typehints/typecheck_test_py3.py


[beam] 01/01: Merge pull request #11110: [BEAM-9398] runtime_type_check: support setup

Posted by ud...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a9a31c84e8540216caf56a8e889fc7acc933d012
Merge: 2e020e3 2f7b68c
Author: Udi Meiri <ud...@users.noreply.github.com>
AuthorDate: Wed Mar 25 09:57:54 2020 -0700

    Merge pull request #11110: [BEAM-9398] runtime_type_check: support setup

 sdks/python/apache_beam/typehints/typecheck.py     |   6 +
 .../apache_beam/typehints/typecheck_test_py3.py    | 126 +++++++++++++++++++++
 2 files changed, 132 insertions(+)