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 2019/03/08 16:30:02 UTC

[beam] branch master updated (4d20f37 -> 207dafd)

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 4d20f37  Merge pull request #8018 [BEAM-4775] Add GetJobMetrics RPC.
     new 85060a6  Cache bundle processors across workers.
     new 2034fb8  Make _WriteBundleDoFn reusable.
     new 207dafd  Merge pull request #8009 Cache bundle processors across workers.

The 20446 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/io/iobase.py               |   4 +-
 .../runners/portability/fn_api_runner.py           |   8 +-
 .../apache_beam/runners/worker/sdk_worker.py       | 112 ++++++++++++---------
 .../apache_beam/runners/worker/sdk_worker_test.py  |   2 +-
 4 files changed, 75 insertions(+), 51 deletions(-)