You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/10/29 19:24:35 UTC

[beam] branch master updated (c9e2580 -> 8b9e015)

This is an automated email from the ASF dual-hosted git repository.

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


    from c9e2580  Merge pull request #12806 from [BEAM-10869] Make WriteToPubsub output serialized PubsubMessage proto bytes when using runner v2
     add 8b9e015  [BEAM-9615] Add schema coders and tests. #13209

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/beam.shims.go                     |  29 ++++++
 sdks/go/pkg/beam/coder.go                          |  70 +++++++++++++
 sdks/go/pkg/beam/coder_test.go                     | 114 ++++++++++++++++-----
 .../go/pkg/beam/runners/universal/runnerlib/job.go |   2 +-
 sdks/go/pkg/beam/util.go                           |   2 +-
 5 files changed, 190 insertions(+), 27 deletions(-)