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/07/06 20:54:26 UTC

[beam] 01/01: [BEAM-9615] Add Row coder functions. (#12141)

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

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

commit 3f70c0aa2354d7e548565c40d3dc885de1e08137
Merge: aade544 5c4aeed
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Mon Jul 6 13:54:09 2020 -0700

    [BEAM-9615] Add Row coder functions. (#12141)
    
    * [BEAM-9615] Add Row coder functions.
    
    * !fixup go version restrictions on shift.
    
    * !fixup address comments & go1.12 compiler error
    
    Co-authored-by: Robert Burke <13...@users.noreply.github.com>

 sdks/go/pkg/beam/core/graph/coder/row.go      | 378 ++++++++++++++++++++++++++
 sdks/go/pkg/beam/core/graph/coder/row_test.go | 166 +++++++++++
 2 files changed, 544 insertions(+)