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 e10e8c969b0 Merge pull request #39785: Merge Kafka Streams Runner
skeleton (#18479)
add 7056e67a285 [GSoC 2026] Publish the Kafka Streams runner to nightly
snapshots
add ec5ebf422f0 Merge pull request #39854: [GSoC 2026] Publish the Kafka
Streams runner to nightly snapshots
add 466cf6d265b Revert "[GSoC-273] Feat: Integrate TestPubsubContext to
prevent Pub/Sub resou…" (#39853)
add 59e916e5a11 AddFiles: regenerate name mapping, read footers once,
error helper (#39836)
No new revisions were added by this update.
Summary of changes:
.../IO_Iceberg_Integration_Tests.json | 2 +-
.github/workflows/beam_Release_NightlySnapshot.yml | 1 +
.../org/apache/beam/sdk/io/iceberg/AddFiles.java | 168 ++++----
.../beam/sdk/io/iceberg/NameMappingUtils.java | 215 +++++++++++
.../apache/beam/sdk/io/iceberg/AddFilesTest.java | 255 ++++++++++++-
.../beam/sdk/io/iceberg/NameMappingUtilsTest.java | 425 +++++++++++++++++++++
.../streaming_wordcount_debugging_it_test.py | 12 +-
.../examples/streaming_wordcount_it_test.py | 12 +-
.../apache_beam/io/gcp/pubsub_integration_test.py | 17 +-
sdks/python/apache_beam/testing/README.md | 109 ------
10 files changed, 1000 insertions(+), 216 deletions(-)
create mode 100644
sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/NameMappingUtils.java
create mode 100644
sdks/java/io/iceberg/src/test/java/org/apache/beam/sdk/io/iceberg/NameMappingUtilsTest.java
delete mode 100644 sdks/python/apache_beam/testing/README.md