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 2c2211edb33 Add Action to generate ManagedIO doc PR (#35828)
add 576c508245e Fix #[35617] Windows compatibility for YAML
JavaJarProvider (#35803)
add 059d00b1291 Fix ml transform (#35774)
add 5184b949dca fix(test): improve redis container startup reliability in
tests (#35857)
add cb35ff2eb10 Fix exception escaping construction is :runners:local-java
(caught by spotbugs)
add b63fb6fd662 Merge pull request #35335: Adjust runners/local-java so
constructor does not throw exception
add 0e47f80865e Deprecate Python native SpannerIO, with exposed bug fix
(#35859)
add 4da46b0ae5b Fix duplicated prefix when handing an absolute jar path
for provider. (#35849)
No new revisions were added by this update.
Summary of changes:
.../beam_PostCommit_Yaml_Xlang_Direct.json | 2 +-
CHANGES.md | 5 +-
.../apache/beam/runners/local/StructuralKey.java | 32 ++++++--
.../apache_beam/io/gcp/experimental/spannerio.py | 12 ++-
.../apache_beam/io/requestresponse_it_test.py | 5 +-
.../python/apache_beam/metrics/monitoring_infos.py | 4 +-
.../enrichment_handlers/bigquery_it_test.py | 4 +-
.../enrichment_handlers/bigtable_it_test.py | 5 +-
.../vertex_ai_feature_store_it_test.py | 7 +-
sdks/python/apache_beam/yaml/yaml_mapping.py | 1 +
sdks/python/apache_beam/yaml/yaml_ml.py | 57 ++++++++------
sdks/python/apache_beam/yaml/yaml_ml_test.py | 87 ++++++++++++++++++++++
sdks/python/apache_beam/yaml/yaml_provider.py | 36 +++++----
.../apache_beam/yaml/yaml_provider_unit_test.py | 66 ++++++++++++++++
14 files changed, 261 insertions(+), 62 deletions(-)