You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/01/31 21:48:15 UTC

[beam] 01/01: Merge pull request #4534 [BEAM-3490] Make runtime type checking code runner agnostic.

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

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

commit bddcb0c972a61063568a0c06d5e9b15a181e2119
Merge: 5a5e71c de7bf0a
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Jan 31 13:48:10 2018 -0800

    Merge pull request #4534 [BEAM-3490] Make runtime type checking code runner agnostic.
    
     [BEAM-3490] Make runtime type checking code runner agnostic.

 sdks/python/apache_beam/pipeline.py                |  4 ++
 .../runners/dataflow/dataflow_runner.py            |  7 ++
 .../apache_beam/runners/direct/direct_runner.py    |  4 ++
 .../runners/direct/transform_evaluator.py          |  9 ---
 .../runners/portability/fn_api_runner.py           |  5 ++
 sdks/python/apache_beam/transforms/combiners.py    |  2 +-
 sdks/python/apache_beam/transforms/core.py         | 16 ++++-
 .../apache_beam/transforms/ptransform_test.py      | 41 ++++++------
 sdks/python/apache_beam/typehints/typecheck.py     | 75 +++++++++++++++++++++-
 9 files changed, 129 insertions(+), 34 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.