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

[beam] branch release-2.16.0 updated (24e74b9 -> cce403e)

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

markliu pushed a change to branch release-2.16.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 24e74b9  Merge pull request #9591: [BEAM-7060] Cherry-pick #9562: Prefer inspect module over funcsigs
     add e6e66f7  [BEAM-8279] Disable IOTypeHints.from_callable
     new cce403e  Merge pull request #9615: [BEAM-8279] Disable IOTypeHints.from_callable

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/decorators.py              | 4 ++++
 sdks/python/apache_beam/typehints/decorators_test.py         | 2 ++
 sdks/python/apache_beam/typehints/decorators_test_py3.py     | 1 +
 sdks/python/apache_beam/typehints/typed_pipeline_test.py     | 3 +++
 sdks/python/apache_beam/typehints/typed_pipeline_test_py3.py | 3 +++
 sdks/python/apache_beam/typehints/typehints_test_py3.py      | 3 +++
 6 files changed, 16 insertions(+)


[beam] 01/01: Merge pull request #9615: [BEAM-8279] Disable IOTypeHints.from_callable

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

markliu pushed a commit to branch release-2.16.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit cce403e5e744e3e6dc3801a4784e761ad5fc8464
Merge: 24e74b9 e6e66f7
Author: Mark Liu <ma...@apache.org>
AuthorDate: Thu Sep 19 17:12:57 2019 -0700

    Merge pull request #9615: [BEAM-8279] Disable IOTypeHints.from_callable

 sdks/python/apache_beam/typehints/decorators.py              | 4 ++++
 sdks/python/apache_beam/typehints/decorators_test.py         | 2 ++
 sdks/python/apache_beam/typehints/decorators_test_py3.py     | 1 +
 sdks/python/apache_beam/typehints/typed_pipeline_test.py     | 3 +++
 sdks/python/apache_beam/typehints/typed_pipeline_test_py3.py | 3 +++
 sdks/python/apache_beam/typehints/typehints_test_py3.py      | 3 +++
 6 files changed, 16 insertions(+)