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 626be06a47b [YAML] Fraud Detection MLOps Workflow Example (#36012)
add 0c509d3a542 Add ALLOYDB_PASSWORD to Examples and Coverage workflow
(#36061)
add d2fdabb07e4 Update beam_PreCommit_Whitespace.yml to run
validateChanges (#36064)
add 6a7ef331dfe [Java] Fix expensive OneOfType precondition messages by
making them lazy (#36063)
add f10fbf0831d Add prism capability matrix (#36066)
add 9ac64e0bde2 Spanner: Extend SpannerIO support for experimental hosts
(#36048)
No new revisions were added by this update.
Summary of changes:
.../workflows/beam_PreCommit_Python_Coverage.yml | 1 +
.../workflows/beam_PreCommit_Python_Examples.yml | 3 +-
.github/workflows/beam_PreCommit_Whitespace.yml | 5 +
.../beam/sdk/schemas/logicaltypes/OneOfType.java | 4 +-
.../beam/sdk/io/gcp/spanner/SpannerAccessor.java | 21 +++
.../beam/sdk/io/gcp/spanner/SpannerConfig.java | 44 ++++++
.../apache/beam/sdk/io/gcp/spanner/SpannerIO.java | 164 +++++++++++++++++++++
.../io/gcp/spanner/SpannerTransformRegistrar.java | 22 +++
.../MetadataSpannerConfigFactory.java | 10 ++
website/www/site/data/capability_matrix.yaml | 158 ++++++++++++++++++++
10 files changed, 429 insertions(+), 3 deletions(-)