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/08/05 16:33:39 UTC

[beam] branch master updated (86b8326 -> b1fff0a)

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 86b8326  Merge pull request #12151: [BEAM-9896] Add streaming for SnowflakeIO.Write to Java SDK
     add 1f5aa5b  [BEAM-7996] Add map & nil encoding to Go SDK.
     add b1fff0a  Merge pull request #12467 [BEAM-7996] Add map & nil encoding to Go SDK.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/graph/coder/map.go      | 102 ++++++++++++++++++++++++++
 sdks/go/pkg/beam/core/graph/coder/map_test.go |  98 +++++++++++++++++++++++++
 sdks/go/pkg/beam/core/graph/coder/row.go      |  40 +++++++---
 sdks/go/pkg/beam/core/graph/coder/row_test.go |  20 ++++-
 4 files changed, 244 insertions(+), 16 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/graph/coder/map.go
 create mode 100644 sdks/go/pkg/beam/core/graph/coder/map_test.go