This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from 034ccdf (commit)
to f8fbbfa (commit)
from 034ccdf Revert "Default to Runner v2 for Python Streaming jobs.
(#15140)" (#15210)
add 1117f7d [BEAM-12656] Fix go-licenses build (#15215)
add 2fd71d7 add orjson and recommendations-ai packages to Python image
add 4378376 Merge pull request #15155 from emilymye/pythonsync
add 4193828 [Beam-10166] Improve execution time errors (#15206)
add 595b090 [BEAM-3878] Improve error reporting in calls.go (#15221)
add f8fbbfa [BEAM-12661] Fix stuck GetData Windmill calls (#15224)
No new revisions were added by this update.
Summary of changes:
release/go-licenses/Dockerfile | 2 +-
release/go-licenses/get-licenses.sh | 1 +
.../worker/windmill/GrpcWindmillServer.java | 7 ++-
sdks/go/BUILD.md | 10 ++++
sdks/go/pkg/beam/core/runtime/exec/combine.go | 13 +++-
sdks/go/pkg/beam/core/runtime/exec/pardo.go | 14 ++++-
sdks/go/pkg/beam/core/runtime/exec/util.go | 23 +++++++-
sdks/go/pkg/beam/core/runtime/exec/util_test.go | 67 +++++++++++++++++++++
sdks/go/pkg/beam/core/util/reflectx/call.go | 3 +-
sdks/go/pkg/beam/core/util/reflectx/calls.go | 69 +++++++++++-----------
sdks/go/pkg/beam/core/util/reflectx/calls.tmpl | 7 ++-
sdks/go/pkg/beam/testing/passert/equals_test.go | 1 +
sdks/python/container/base_image_requirements.txt | 3 +
13 files changed, 173 insertions(+), 47 deletions(-)
create mode 100644 sdks/go/pkg/beam/core/runtime/exec/util_test.go