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

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


    from b5d637f  Merge pull request #7559: [BEAM-6280] Attempt to get message 
streams before starting job.
     new d62a414  [BEAM-3580] Use a custom coder for strings.
     new e3b8a55  Update sdks/go/pkg/beam/core/runtime/exec/coder.go
     new dd373d5  Merge pull request #7543 from lostluck/stringcoder

The 19545 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/coder.go                          |  10 +-
 .../pkg/beam/core/runtime/coderx/coderx.shims.go   |  29 ++++
 .../core/runtime/{exec/status.go => coderx/doc.go} |  16 +-
 sdks/go/pkg/beam/core/runtime/coderx/int.go        |   1 -
 .../runtime/coderx/string.go}                      |  33 ++--
 .../beam/core/runtime/coderx/string_test.go}       |  23 +--
 sdks/go/pkg/beam/core/runtime/coderx/varint.go     |   3 -
 sdks/go/pkg/beam/core/runtime/exec/coder.go        |  10 +-
 sdks/go/pkg/beam/core/runtime/exec/fn_test.go      |  54 +++---
 sdks/go/pkg/beam/core/runtime/exec/fullvalue.go    |  39 ++---
 .../pkg/beam/core/runtime/exec/fullvalue_test.go   |   6 -
 .../pkg/beam/core/runtime/exec/optimized/inputs.go | 189 ++++++++++-----------
 .../beam/core/runtime/exec/optimized/inputs.tmpl   |  35 ----
 sdks/go/pkg/beam/testing/passert/passert.shims.go  |  11 +-
 sdks/go/pkg/beam/transforms/filter/filter.shims.go |   9 -
 sdks/go/pkg/beam/util/shimx/generate.go            |  17 +-
 sdks/go/pkg/beam/x/debug/debug.shims.go            |   9 -
 sdks/go/test/integration/primitives/cogbk.go       |  28 ++-
 .../{cogbk_test.go => primitives_test.go}          |   8 +-
 19 files changed, 230 insertions(+), 300 deletions(-)
 copy sdks/go/pkg/beam/core/runtime/{exec/status.go => coderx/doc.go} (66%)
 copy sdks/go/pkg/beam/{coder_test.go => core/runtime/coderx/string.go} (63%)
 copy sdks/go/{test/integration/primitives/flatten_test.go => 
pkg/beam/core/runtime/coderx/string_test.go} (74%)
 copy sdks/go/test/integration/primitives/{cogbk_test.go => primitives_test.go} 
(87%)

Reply via email to