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 d872d0a5e7f [GSoC 2026] Requesting permissions for the
TestPubSubContext cleanup handler tests (#39757)
add 078798646d6 Bump github.com/testcontainers/testcontainers-go in /sdks
(#39740)
add befa812ecc5 Fix: Removing users who do not have a valid Google account
from the list. (#39769)
add d507f1bb3e2 Bump github/codeql-action from 4.37.6 to 4.37.7 (#39775)
add 649a9004e25 Bump google.golang.org/api from 0.291.0 to 0.293.0 in
/sdks (#39777)
add 9ea7c97b611 Bump cloud.google.com/go/bigquery from 1.79.0 to 1.80.0 in
/sdks (#39776)
add 151318591e1 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#39774)
add cfc35b76610 Bump cryptography from 48.0.1 to 50.0.0 in Python SDK
add a5f5f49c1e9 Merge pull request #39756: Bump cryptography from 48.0.1
to 50.0.0 in Python SDK
add e0336ce4dae Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
(#39747)
add 1a43d8de57d [Python] Refactor MatchContinuously onto the Watch
transform (#39461)
add ce13c65a4fb Set Apache Beam user agent for Python BigtableIO write
client (#39792)
add 68024f21b2b Add Delta Lake to Iceberg Yaml blueprint IT (#39549)
add fde5698dc99 test for column default values (#39739)
add a01a5cf6ef4 [GSoC 2026] Fix Duplicated Subscription Path in
stale_cleaner.py (#39794)
No new revisions were added by this update.
Summary of changes:
.../beam_PostCommit_Yaml_Xlang_Direct.json | 2 +-
.../beam_PostCommit_Yaml_Xlang_Direct.yml | 4 +-
.github/workflows/codeql.yml | 4 +-
.test-infra/tools/stale_cleaner.py | 3 +-
.test-infra/tools/test_stale_cleaner.py | 7 +-
infra/iam/users.yml | 10 -
sdks/go.mod | 58 ++--
sdks/go.sum | 116 +++----
.../cdc/IncrementalChangelogSourceTest.java | 86 +++++
sdks/python/apache_beam/io/fileio.py | 305 +++++++++++++-----
sdks/python/apache_beam/io/fileio_test.py | 345 +++++++++++++++++++++
sdks/python/apache_beam/io/gcp/bigtableio.py | 8 +-
sdks/python/apache_beam/io/watch.py | 265 ++++++++--------
sdks/python/apache_beam/io/watch_test.py | 222 ++++++++-----
.../extended_tests/e2e/delta_lake_to_iceberg.yaml | 71 +++++
sdks/python/build.gradle | 7 +-
.../container/ml/py310/base_image_requirements.txt | 155 +++++----
.../container/ml/py310/gpu_image_requirements.txt | 211 ++++++-------
.../container/ml/py311/base_image_requirements.txt | 158 +++++-----
.../container/ml/py311/gpu_image_requirements.txt | 214 ++++++-------
.../container/ml/py312/base_image_requirements.txt | 158 +++++-----
.../container/ml/py312/gpu_image_requirements.txt | 212 ++++++-------
.../container/ml/py313/base_image_requirements.txt | 158 +++++-----
.../container/py310/base_image_requirements.txt | 143 +++++----
.../container/py311/base_image_requirements.txt | 146 +++++----
.../container/py312/base_image_requirements.txt | 146 +++++----
.../container/py313/base_image_requirements.txt | 146 +++++----
.../container/py314/base_image_requirements.txt | 144 +++++----
sdks/python/setup.py | 2 +-
29 files changed, 2078 insertions(+), 1428 deletions(-)
create mode 100644
sdks/python/apache_beam/yaml/extended_tests/e2e/delta_lake_to_iceberg.yaml