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:14 UTC

[beam] branch master updated (5a5e71c -> bddcb0c)

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

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


    from 5a5e71c  Merge pull request #4552: [BEAM-3317] Sickbay flakey KinesisReaderTest
     add b52c385  [BEAM-3490] Make runtime type checking code runner agnostic.
     add de7bf0a  Direct runner fixes.
     new bddcb0c  Merge pull request #4534 [BEAM-3490] Make runtime type checking code runner agnostic.

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/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.

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

Posted by ro...@apache.org.
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.