This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from e2ae447bef7 Add google-api-python-client to Python 3.14 container 
(#39640)
     add 8bf709c0106 add aws hadoop to DeltaIO (#39617)
     add 02ff2978792 [Dataflow Streaming] Remove finalizeCommits from 
processWork (#39648)
     add 71a7efe31c6 Update CHANGES.md for new release
     add cc822c0d6b1 Moving to 2.77.0-SNAPSHOT on master branch.
     add 92de1e434a2 Bump github/codeql-action from 4.37.4 to 4.37.5 (#39651)
     add eea1e03cf8e [Dataflow Streaming] Remove redundant onKeyTransition call 
(#39652)
     add c7a8f93413f Fix Python 3.14 Container Build, Streamline Installation 
(#39659)
     add 0b91ed1d432 add mention of managed iceberg read breakage (#39660)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 +
 .../beam_PostCommit_Java_Delta_IO_Dataflow.json    |   2 +-
 .../beam_PostCommit_Java_Delta_IO_Dataflow.yml     |   9 +
 .github/workflows/codeql.yml                       |   4 +-
 .github/workflows/cut_release_branch.yml           |   4 +-
 CHANGES.md                                         |  57 +++--
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   1 +
 gradle.properties                                  |   4 +-
 .../worker/StreamingModeExecutionContext.java      |   1 -
 .../work/processing/StreamingWorkScheduler.java    |   4 -
 .../worker/StreamingModeExecutionContextTest.java  |   6 +-
 scripts/beam-sql.sh                                |   2 +-
 sdks/go/pkg/beam/core/core.go                      |   2 +-
 .../service/WindowIntoTransformProvider.java       |   1 +
 sdks/java/io/delta/build.gradle                    |  19 ++
 .../org/apache/beam/sdk/io/delta/DeltaIOS3IT.java  | 278 +++++++++++++++++++++
 .../org/apache/beam/sdk/io/delta/DeltaIOTest.java  |  19 ++
 sdks/java/io/expansion-service/build.gradle        |   1 +
 sdks/python/apache_beam/version.py                 |   2 +-
 sdks/python/container/Dockerfile                   |  14 +-
 sdks/typescript/package.json                       |   2 +-
 21 files changed, 385 insertions(+), 48 deletions(-)
 create mode 100644 
sdks/java/io/delta/src/test/java/org/apache/beam/sdk/io/delta/DeltaIOS3IT.java

Reply via email to