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 524036fb523 bump FnAPI container to beam-master-20260811 (#39721)
add deb5e274778 Bump js-yaml from 3.15.0 to 3.15.1 in /website/www (#39678)
add 22b73bb4fdb Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#39695)
add a0e27149ee1 [KafkaIO] Remove beam_fn_api requirement for dynamic reads
(#39735)
add 369409ea492 [IcebergIO] Serialize using json partition (#39705)
No new revisions were added by this update.
Summary of changes:
.../IO_Iceberg_Integration_Tests.json | 2 +-
CHANGES.md | 1 +
sdks/go.mod | 8 +-
sdks/go.sum | 16 +--
.../org/apache/beam/sdk/io/iceberg/AddFiles.java | 2 +-
.../apache/beam/sdk/io/iceberg/PartitionUtils.java | 10 +-
.../beam/sdk/io/iceberg/RecordWriterManager.java | 9 +-
.../beam/sdk/io/iceberg/SerializableDataFile.java | 88 ++++++++++--
.../io/iceberg/WritePartitionedRowsToFiles.java | 3 +-
.../beam/sdk/io/iceberg/cdc/CdcReadUtils.java | 2 +-
.../io/iceberg/cdc/SerializableChangelogTask.java | 9 +-
.../beam/sdk/io/iceberg/PartitionUtilsTest.java | 10 +-
.../sdk/io/iceberg/RecordWriterManagerTest.java | 24 +---
.../sdk/io/iceberg/SerializableDataFileTest.java | 156 ++++++++++++++++++++-
.../beam/sdk/io/iceberg/cdc/CdcReadUtilsTest.java | 2 +-
.../sdk/io/iceberg/cdc/ChangelogScannerTest.java | 2 +-
.../sdk/io/iceberg/cdc/LocalResolveDoFnTest.java | 2 +-
.../sdk/io/iceberg/cdc/ReadFromChangelogsTest.java | 2 +-
.../iceberg/cdc/SerializableChangelogTaskTest.java | 2 +-
.../java/org/apache/beam/sdk/io/kafka/KafkaIO.java | 7 +-
...KafkaIOReadImplementationCompatibilityTest.java | 22 +++
website/www/yarn.lock | 6 +-
22 files changed, 298 insertions(+), 87 deletions(-)