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

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


    from 02331f8  Merge pull request #4838 from mariapython/side
     add 0a7f1ff  Remove WindowedValue on PCollections for Go SDK
     add 56e3b05  CR: Fix comments to remove old windowing
     new a17478c  [BEAM-3866] Remove WindowedValue on PCollections for Go SDK

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/bind.go                | 69 +++++++++---------
 sdks/go/pkg/beam/core/graph/bind_test.go           | 82 +++++++++++-----------
 sdks/go/pkg/beam/core/graph/coder/coder.go         | 28 ++++----
 sdks/go/pkg/beam/core/graph/edge.go                | 49 +++++++------
 sdks/go/pkg/beam/core/graph/node.go                |  8 +--
 sdks/go/pkg/beam/core/runtime/exec/coder.go        |  8 +--
 sdks/go/pkg/beam/core/runtime/exec/combine_test.go |  2 +-
 sdks/go/pkg/beam/core/runtime/exec/datasink.go     |  6 +-
 sdks/go/pkg/beam/core/runtime/exec/datasource.go   | 14 ++--
 sdks/go/pkg/beam/core/runtime/exec/pardo_test.go   | 10 +--
 sdks/go/pkg/beam/core/runtime/exec/translate.go    | 56 ++++++++++-----
 sdks/go/pkg/beam/core/runtime/graphx/coder_test.go | 12 ++--
 sdks/go/pkg/beam/core/runtime/graphx/cogbk.go      | 18 +++--
 .../pkg/beam/core/runtime/graphx/translate_test.go |  4 +-
 sdks/go/pkg/beam/core/typex/class.go               |  2 +-
 sdks/go/pkg/beam/core/typex/fulltype.go            | 35 +++++----
 sdks/go/pkg/beam/core/typex/fulltype_test.go       | 56 +++++++--------
 sdks/go/pkg/beam/io/bigqueryio/bigquery.go         |  3 +-
 sdks/go/pkg/beam/partition.go                      |  3 +-
 sdks/go/pkg/beam/pcollection.go                    | 14 ++--
 sdks/go/pkg/beam/runners/dataflow/translate.go     | 22 +++---
 sdks/go/pkg/beam/runners/direct/direct.go          |  4 +-
 sdks/go/pkg/beam/runners/direct/gbk.go             |  3 +-
 sdks/go/pkg/beam/testing/passert/passert.go        |  6 +-
 sdks/go/pkg/beam/transforms/filter/filter.go       |  9 +--
 sdks/go/pkg/beam/validate.go                       |  6 +-
 sdks/go/pkg/beam/x/debug/head.go                   |  2 +-
 sdks/go/pkg/beam/x/debug/print.go                  |  4 +-
 28 files changed, 272 insertions(+), 263 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to