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 08:54:58 UTC

[beam] branch master updated (dd6b3d0 -> 971787f)

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 dd6b3d0  Merge pull request #7946 from Juta/it-tests
     new 34d0158  [BEAM-6655] Initial support for progress reporting over the FnAPI.
     new 57398a5  fixup: reviewer comments
     new 971787f  Merge pull request #7819 [BEAM-6655] Initial support for progress reporting over the FnAPI.

The 20431 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               | 59 ++++++++++++++++++++
 sdks/python/apache_beam/io/restriction_trackers.py | 14 +++++
 sdks/python/apache_beam/runners/common.py          |  8 +++
 .../apache_beam/runners/worker/bundle_processor.py |  9 ++-
 .../apache_beam/runners/worker/opcounters.py       |  3 +
 .../apache_beam/runners/worker/operations.pxd      |  3 +-
 .../apache_beam/runners/worker/operations.py       | 65 ++++++++++++++++++++--
 7 files changed, 154 insertions(+), 7 deletions(-)