You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2018/05/16 20:17:08 UTC

[beam] branch master updated (518a29b -> 1e69890)

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

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


    from 518a29b  Merge pull request #5319: Fix some compiler warnings in sdks/java/core
     add 5857cee  Add window mapping transform.
     add f124c6f  Use the coder from the side input PCollection definition by removing the usage of tags_and_types from the serialized DoFnInfo
     add 708a79e  Remove garbage collection from PValueCache
     new 1e69890  [BEAM-4236, BEAM-2927] Make Python SDK side inputs work with non well known coders and also work with Dataflow

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/pvalue.py                  |  22 +--
 sdks/python/apache_beam/runners/common.pxd         |   1 +
 sdks/python/apache_beam/runners/common.py          |  22 ++-
 .../runners/dataflow/dataflow_runner.py            |  18 +--
 .../apache_beam/runners/dataflow/internal/names.py |   1 +
 .../runners/portability/fn_api_runner.py           | 165 ++++++++++++---------
 sdks/python/apache_beam/runners/runner.py          |  18 +--
 .../apache_beam/runners/worker/bundle_processor.py |  34 ++++-
 8 files changed, 162 insertions(+), 119 deletions(-)

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

[beam] 01/01: [BEAM-4236, BEAM-2927] Make Python SDK side inputs work with non well known coders and also work with Dataflow

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

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

commit 1e698901336b3499ad48d1bd2110963e45f364b7
Merge: 518a29b 708a79e
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Wed May 16 13:17:02 2018 -0700

    [BEAM-4236, BEAM-2927] Make Python SDK side inputs work with non well known coders and also work with Dataflow

 sdks/python/apache_beam/pvalue.py                  |  22 +--
 sdks/python/apache_beam/runners/common.pxd         |   1 +
 sdks/python/apache_beam/runners/common.py          |  22 ++-
 .../runners/dataflow/dataflow_runner.py            |  18 +--
 .../apache_beam/runners/dataflow/internal/names.py |   1 +
 .../runners/portability/fn_api_runner.py           | 165 ++++++++++++---------
 sdks/python/apache_beam/runners/runner.py          |  18 +--
 .../apache_beam/runners/worker/bundle_processor.py |  34 ++++-
 8 files changed, 162 insertions(+), 119 deletions(-)

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