This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch go-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 92883b2 Merge pull request #4213: [BEAM-3287] Use model pipelines in
Go SDK
add 0d5d495 Fix name of syscallx ErrUnsupported
add 18a7647 Allow any named type to be registered and serialized as
external
add 4fa1d78 Add more package comments for core packages
add 2d695e7 Make Go SDK External a graph primitive
new 4a534b0 Merge pull request #4237: [BEAM-3294] Make Go SDK external
transform a primitive
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/coder.go | 10 +--
sdks/go/pkg/beam/core/graph/coder/coder.go | 2 +
sdks/go/pkg/beam/core/graph/edge.go | 46 +++++++----
sdks/go/pkg/beam/core/graph/window/window.go | 1 +
sdks/go/pkg/beam/core/runtime/exec/exec.go | 2 +
sdks/go/pkg/beam/core/runtime/exec/nodes.go | 75 ------------------
sdks/go/pkg/beam/core/runtime/graphx/serialize.go | 17 ++--
sdks/go/pkg/beam/core/runtime/init.go | 3 +
sdks/go/pkg/beam/core/typex/fulltype.go | 1 +
sdks/go/pkg/beam/external.go | 95 +++++------------------
sdks/go/pkg/beam/forward.go | 2 +
sdks/go/pkg/beam/pcollection.go | 2 +-
sdks/go/pkg/beam/runners/dataflow/translate.go | 16 ----
sdks/go/pkg/beam/runners/direct/direct.go | 8 --
sdks/go/pkg/beam/util/syscallx/syscall.go | 6 +-
sdks/go/pkg/beam/util/syscallx/syscall_default.go | 4 +-
16 files changed, 80 insertions(+), 210 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].