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 085140af5b4 Use Avro 1.8-compatible Schema constructors in Storage
Write API translator (#34281)
add 4d8710d43d5 [AnomalyDetection] Support functions and classes as init
arguments in specifiable. (#34273)
add d42bbec28c6 add default port for HostAndPort instances used in
Windmill (#34061)
add c51d6d31009 docs: update CHANGES.md for Spark Runner (#34295)
add d4c2028e084 docs: fix typo in snippets_test.py (#34297)
add d6ce383b054 Update REVIEWERS.yml (#34299)
add d3b1312e882 Fix pre/postprocess type hints (#34298)
add 0aca8f1dfdc refactor main.py so that it can be called by
runner.run_async().
add 8a418f513d9 Merge pull request #34290 Refactor main.py so that it can
be called by runner.run_async().
add c7d67a8958a Better error messages for unavailable providers.
add fbdd8b32107 Merge pull request #34304 Better error messages for
unavailable providers.
No new revisions were added by this update.
Summary of changes:
.github/REVIEWERS.yml | 4 -
CHANGES.md | 1 +
.../worker/windmill/WindmillEndpoints.java | 4 +-
.../client/grpc/stubs/WindmillChannelFactory.java | 13 ++-
.../apache_beam/examples/snippets/snippets_test.py | 2 +-
sdks/python/apache_beam/ml/anomaly/specifiable.py | 72 ++++++++++---
.../apache_beam/ml/anomaly/specifiable_test.py | 111 ++++++++++++++++++++-
sdks/python/apache_beam/ml/anomaly/transforms.py | 7 ++
sdks/python/apache_beam/ml/inference/base.py | 4 +-
sdks/python/apache_beam/yaml/main.py | 70 ++++++++-----
sdks/python/apache_beam/yaml/yaml_provider.py | 35 ++++++-
sdks/python/apache_beam/yaml/yaml_transform.py | 29 ++++--
.../python/apache_beam/yaml/yaml_transform_test.py | 2 +-
13 files changed, 286 insertions(+), 68 deletions(-)