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

ahmedabu98 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a21c6183a8 fix iceberg CDC test (#39675)
1a21c6183a8 is described below

commit 1a21c6183a8fcef720abeb2422907314cebcefd7
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Fri Aug 7 17:02:36 2026 +0200

    fix iceberg CDC test (#39675)
---
 .github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json       | 2 +-
 sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json 
b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json
index 86bf1193abd..273008f1b3e 100644
--- a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json
+++ b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json
@@ -1,4 +1,4 @@
 {
   "comment": "Modify this file in a trivial way to cause this test suite to 
run",
-  "revision": 7
+  "revision": 8
 }
diff --git a/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml 
b/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml
index 98462f2d027..ff328a12745 100644
--- a/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml
+++ b/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml
@@ -28,6 +28,9 @@ fixtures:
             - { id: 1, name: "label", required: true, type: "string" }
             - { id: 2, name: "rank", required: true, type: "long" }
           identifier-field-ids: [1]
+        # Required for ReadFromIcebergCDC (format version >= 2).
+        properties:
+          format-version: "2"
 
 pipelines:
   - name: write

Reply via email to