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/11/08 20:05:36 UTC

[beam] branch master updated (d8e94bb -> 5dbaf66)

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 d8e94bb  [BEAM-5878] update dill min version to 0.3.1.1 and add test for functions with Keyword-only arguments (#9686)
     add 329a8ce  Simplify and improve performance of metrics.
     add e74f00a  Remove unused metrics supported global.
     add 037f219  Bump Dataflow python container version
     add 5dbaf66  Merge pull request #9996 Simplify and clean up metrics

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/metrics/cells.py           | 83 ----------------------
 sdks/python/apache_beam/metrics/cells_test.py      | 23 ------
 sdks/python/apache_beam/metrics/execution.py       | 44 ++----------
 sdks/python/apache_beam/metrics/execution_test.py  | 37 ++--------
 .../apache_beam/runners/dataflow/internal/names.py |  2 +-
 .../apache_beam/runners/direct/direct_runner.py    |  3 -
 .../runners/portability/fn_api_runner.py           |  2 -
 7 files changed, 11 insertions(+), 183 deletions(-)