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:25 UTC

[beam] branch master updated (aade544 -> 3f70c0a)

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 aade544  [BEAM-9785] Add Python 3.8 postcommit tests (#11788)
     add 9882ad6  [BEAM-9615] Add Row coder functions.
     add 033b1bf  !fixup go version restrictions on shift.
     add 5c4aeed  !fixup address comments & go1.12 compiler error
     new 3f70c0a  [BEAM-9615] Add Row coder functions. (#12141)

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/core/graph/coder/row.go      | 378 ++++++++++++++++++++++++++
 sdks/go/pkg/beam/core/graph/coder/row_test.go | 166 +++++++++++
 2 files changed, 544 insertions(+)
 create mode 100644 sdks/go/pkg/beam/core/graph/coder/row.go
 create mode 100644 sdks/go/pkg/beam/core/graph/coder/row_test.go


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

Posted by lo...@apache.org.
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(+)