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 2018/04/06 18:38:21 UTC

[beam] branch master updated (6df71d2 -> c75a1d9)

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
lcwik@apache.org.

[beam] 01/01: BEAM-3910: Add float support for the Go SDK.

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

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

commit c75a1d919ba11826a1fd89851569dace7ba0f95d
Merge: 6df71d2 0d12851
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Fri Apr 6 14:38:17 2018 -0400

    BEAM-3910: Add float support for the Go SDK.

 sdks/go/pkg/beam/coder.go                          |   7 +
 sdks/go/pkg/beam/core/runtime/coderx/float.go      |  75 ++++++++++
 sdks/go/pkg/beam/core/runtime/coderx/float_test.go |  50 +++++++
 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, 228 insertions(+), 79 deletions(-)

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