This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 9833b7b BEAM-13765 missing PAssert methods (#16668)
add 0e4d501 [BEAM-13909] improve coverage of Provision package (#17014)
add 665bd60 [BEAM-14050] Update taxi.go example instructions
add 0ca5cfc Merge pull request #17019: [BEAM-14050] Update taxi.go
example instructions
add b02c103 Merge pull request #17027: [BEAM-11205] Upgrade GCP Libraries
BOM dependencies to 24.4.0
add 77f57d1 [BEAM-13709] Inconsistent behavior when parsing boolean flags
across different APIs in Python SDK (#16929)
add e9e4aa5 Update dataflow API client.
add c80b1ba Instructions for updating apitools generated files.
add f0e14fb Merge pull request #17039 Update generated dataflow apitools
messages.
add 95a5c26 [BEAM-10976] Bundle finalization: Harness and some exec
changes (#16980)
No new revisions were added by this update.
Summary of changes:
build.gradle.kts | 3 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
sdks/go/examples/kafka/taxi.go | 3 +-
sdks/go/pkg/beam/core/runtime/exec/combine.go | 12 +-
sdks/go/pkg/beam/core/runtime/exec/fn.go | 53 +-
sdks/go/pkg/beam/core/runtime/exec/fn_test.go | 62 +-
sdks/go/pkg/beam/core/runtime/exec/pardo.go | 9 +-
sdks/go/pkg/beam/core/runtime/exec/plan.go | 50 ++
sdks/go/pkg/beam/core/runtime/exec/util.go | 2 +-
sdks/go/pkg/beam/core/runtime/harness/harness.go | 92 ++-
sdks/go/pkg/beam/provision/provision_test.go | 56 ++
sdks/go/pkg/beam/runners/direct/buffer.go | 1 -
.../container/license_scripts/dep_urls_java.yaml | 2 +-
.../python/apache_beam/options/pipeline_options.py | 29 +-
.../apache_beam/options/pipeline_options_test.py | 50 ++
.../runners/dataflow/internal/clients/README.txt | 11 +
.../clients/dataflow/dataflow_v1b3_client.py | 282 +--------
.../clients/dataflow/dataflow_v1b3_messages.py | 667 +++++++--------------
18 files changed, 624 insertions(+), 762 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/dataflow/internal/clients/README.txt