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 86f266b [BEAM-11762] Upgrades Tensorflow, numpy, and grpcio
dependencies (#13911)
add 5d1a034 [BEAM-9918] Support Tagged external PTransforms (#13872)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/core/graph/edge.go | 26 +++++++
sdks/go/pkg/beam/core/runtime/graphx/translate.go | 29 ++++++-
sdks/go/pkg/beam/core/runtime/graphx/xlang.go | 20 +++--
sdks/go/pkg/beam/external.go | 65 ++++++++++++++--
sdks/go/pkg/beam/external_test.go | 92 +++++++++++++++++++++++
sdks/go/pkg/beam/util.go | 8 ++
6 files changed, 226 insertions(+), 14 deletions(-)
create mode 100644 sdks/go/pkg/beam/external_test.go