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 c75a1d9  BEAM-3910: Add float support for the Go SDK.
     add dea8f6e  Add hooks to the Go SDK.
     new 16232c2  [BEAM-3355] Diagnostic interfaces

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/go/pkg/beam/core/runtime/harness/harness.go |  25 +--
 sdks/go/pkg/beam/core/runtime/harness/session.go |  97 +++++++-----
 sdks/go/pkg/beam/core/util/hooks/hooks.go        | 186 +++++++++++++++++++++++
 sdks/go/pkg/beam/runners/dataflow/dataflow.go    |  40 ++++-
 sdks/go/pkg/beam/runners/dataflow/messages.go    |   6 +-
 sdks/go/pkg/beam/runners/session/session.go      |   6 +-
 sdks/go/pkg/beam/util/grpcx/hook.go              |  86 +++++++++++
 sdks/go/pkg/beam/x/hooks/perf/perf.go            | 170 +++++++++++++++++++++
 8 files changed, 550 insertions(+), 66 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/util/hooks/hooks.go
 create mode 100644 sdks/go/pkg/beam/util/grpcx/hook.go
 create mode 100644 sdks/go/pkg/beam/x/hooks/perf/perf.go

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to