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/10/17 17:27:49 UTC

[beam] branch master updated (f1aee7c -> aa8acb0)

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 f1aee7c  Merge pull request #9764: [BEAM-8365] Project push-down for TestTableProvider
     add bb8d54a  [BEAM-8355] Add standard bool coder to Go SDK
     add d9c3ccf  add missing license to exec/coder_test.go
     add aa8acb0  Merge pull request #9809 [BEAM-8355] Add standard bool coder to Go SDK

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/coder.go                          |  5 ++
 sdks/go/pkg/beam/core/graph/coder/coder.go         |  6 ++
 sdks/go/pkg/beam/core/runtime/exec/coder.go        | 39 +++++++++++
 sdks/go/pkg/beam/core/runtime/exec/coder_test.go   | 81 ++++++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/graphx/coder.go      |  7 ++
 sdks/go/pkg/beam/core/runtime/graphx/coder_test.go |  4 ++
 sdks/go/pkg/beam/core/runtime/graphx/dataflow.go   |  9 ++-
 sdks/go/pkg/beam/create_test.go                    |  3 +
 8 files changed, 153 insertions(+), 1 deletion(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/coder_test.go