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 2020/02/13 22:08:58 UTC

[beam] branch master updated (bb99ce5 -> b7a75f1)

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 bb99ce5  Ensuring appropriate write_disposition and create_disposition for jobs (#10668)
     add b7a75f1  [BEAM-3545] Return metrics as MonitoringInfos (#10777)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/exec/datasource.go   |  21 ++-
 sdks/go/pkg/beam/core/runtime/exec/plan.go         |  85 +--------
 sdks/go/pkg/beam/core/runtime/exec/translate.go    |   3 +
 sdks/go/pkg/beam/core/runtime/harness/harness.go   |  12 +-
 .../go/pkg/beam/core/runtime/harness/monitoring.go | 196 +++++++++++++++++++++
 5 files changed, 224 insertions(+), 93 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/harness/monitoring.go