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/06/12 17:19:35 UTC

[beam] branch master updated (63cc13a -> 01ba867)

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 63cc13a  Support HOP and  SESSION as TVF (#11868)
     add 01ba867  [BEAM-9615] Add String UTF8 coder. (#11989)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/coder.go                          |  6 +---
 sdks/go/pkg/beam/core/graph/coder/coder.go         |  6 ++++
 sdks/go/pkg/beam/core/runtime/coderx/string.go     |  2 ++
 sdks/go/pkg/beam/core/runtime/exec/coder.go        | 33 ++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/coder_test.go   |  3 ++
 sdks/go/pkg/beam/core/runtime/exec/hash.go         |  5 +--
 sdks/go/pkg/beam/core/runtime/graphx/coder.go      | 22 +++++++++---
 sdks/go/pkg/beam/core/runtime/graphx/coder_test.go | 21 ++++++++++++
 sdks/go/pkg/beam/core/runtime/graphx/dataflow.go   | 39 ++++++++++++++++------
 sdks/go/pkg/beam/core/runtime/harness/harness.go   |  4 +--
 10 files changed, 118 insertions(+), 23 deletions(-)