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 31a96b6807a Sort the results before assertion (#37097)
add 468f7d5c70a Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in
/sdks (#37105)
add 722dc6daa32 Allow inference args to be passed in for most cases
(#37094)
add a13af81f54a [GH Actions] tackle unmaintained Gradle GH actions (#37064)
add 8ef72492b5c convert to playground example
add ccad9761c44 Merge pull request #37098: Convert cogroupbykey static
example to a playground example
add 8e70cba6487 Pass options in DaskOptions inheritance hierarchy only for
Dask runner (#37101)
add d7cd81a1649 Ignore a few options in doc for jdbc managed ios. (#37111)
No new revisions were added by this update.
Summary of changes:
.../actions/setup-environment-action/action.yml | 3 +-
.github/workflows/code_completion_plugin_tests.yml | 4 ---
CHANGES.md | 1 +
sdks/go.mod | 2 +-
sdks/go.sum | 4 +--
.../src/main/resources/available_configs.yaml | 37 +++++++++++++++++++++-
sdks/python/apache_beam/ml/inference/base.py | 13 +++-----
sdks/python/apache_beam/ml/inference/base_test.py | 6 ++++
.../apache_beam/ml/inference/pytorch_inference.py | 6 ----
.../apache_beam/ml/inference/sklearn_inference.py | 3 +-
.../ml/inference/tensorflow_inference.py | 6 ----
.../apache_beam/ml/inference/tensorrt_inference.py | 10 ++++++
.../ml/inference/vertex_ai_inference.py | 3 --
.../python/apache_beam/options/pipeline_options.py | 21 ++++++++----
.../apache_beam/options/pipeline_options_test.py | 13 ++++++++
.../python/apache_beam/runners/dask/dask_runner.py | 2 +-
.../transforms/python/aggregation/cogroupbykey.md | 14 ++------
17 files changed, 96 insertions(+), 52 deletions(-)