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 6df71d2  Add diagnostics for sinks.
     add 0d12851  Add float support for the SDK.
     new c75a1d9  BEAM-3910: Add float support for the Go SDK.

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/coder.go                          |   7 +
 sdks/go/pkg/beam/core/runtime/coderx/float.go      |  75 ++++++++++
 .../coderx/{varint_test.go => float_test.go}       |  48 +-----
 sdks/go/pkg/beam/core/runtime/graphx/serialize.go  |   8 +
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.pb.go   | 165 +++++++++++----------
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.proto   |   2 +
 6 files changed, 185 insertions(+), 120 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/coderx/float.go
 copy sdks/go/pkg/beam/core/runtime/coderx/{varint_test.go => float_test.go} 
(62%)

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

Reply via email to