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/05 18:37:54 UTC

[beam] branch master updated (2e13367 -> 25c199e)

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 2e13367  [BEAM-9615] Add string coder utility functions. (#11925)
     add 25c199e  [BEAM-9615] finish standardizing proto import name (#11927)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/exec/translate.go    |   4 +-
 sdks/go/pkg/beam/core/runtime/graphx/coder.go      |  34 +--
 sdks/go/pkg/beam/core/runtime/graphx/dataflow.go   |   4 +-
 sdks/go/pkg/beam/core/runtime/graphx/serialize.go  | 260 ++++++++++-----------
 .../pkg/beam/core/runtime/graphx/serialize_test.go |   6 +-
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  16 +-
 .../pkg/beam/core/runtime/graphx/translate_test.go |   9 +-
 sdks/go/pkg/beam/core/runtime/graphx/user.go       |   6 +-
 sdks/go/pkg/beam/core/runtime/pipelinex/clone.go   |  42 ++--
 .../pkg/beam/core/runtime/pipelinex/clone_test.go  |   6 +-
 .../beam/runners/dataflow/dataflowlib/execute.go   |   4 +-
 .../pkg/beam/runners/dataflow/dataflowlib/fixup.go |   4 +-
 sdks/java/container/boot.go                        |   6 +-
 sdks/python/container/boot.go                      |  10 +-
 14 files changed, 206 insertions(+), 205 deletions(-)