You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/25 23:41:38 UTC

[beam] branch master updated (e3df55d -> 92be85a)

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

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


    from e3df55d  Fix Java Nightly Snapshot Failures
     add d0cb44d  Removing scoped metrics container
     add 633db7d  Remove old style metrics context management
     new 92be85a  Merge pull request #6058 from pabloem/remove-smc

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/metrics/execution.pxd      |  7 ----
 sdks/python/apache_beam/metrics/execution.py       | 45 +---------------------
 sdks/python/apache_beam/runners/common.pxd         |  1 -
 .../apache_beam/runners/worker/operations.pxd      |  2 -
 .../apache_beam/runners/worker/operations.py       |  4 --
 5 files changed, 1 insertion(+), 58 deletions(-)


[beam] 01/01: Merge pull request #6058 from pabloem/remove-smc

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

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

commit 92be85af47bd64fbdb5fbc2a1c2d45fa147dee08
Merge: e3df55d 633db7d
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Wed Jul 25 16:41:34 2018 -0700

    Merge pull request #6058 from pabloem/remove-smc
    
    [BEAM-4094] Removing ScopedMetricsContainer from Python SDK

 sdks/python/apache_beam/metrics/execution.pxd      |  7 ----
 sdks/python/apache_beam/metrics/execution.py       | 45 +---------------------
 sdks/python/apache_beam/runners/common.pxd         |  1 -
 .../apache_beam/runners/worker/operations.pxd      |  2 -
 .../apache_beam/runners/worker/operations.py       |  4 --
 5 files changed, 1 insertion(+), 58 deletions(-)