From 6e0197079f20d54b449fb3de52a9d184910e9881 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 25 Sep 2025 15:55:58 -0400 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 60705c27738c..f32734259ba2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -83,7 +83,7 @@ * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). * (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)). This may break update compatibility if you don't provide a `--transform_name_mapping`. -* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for Iceberg ([Iceberg](https://github.com/apache/iceberg/issues/10940) +* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from IcebergIO ([#36282](https://github.com/apache/beam/pull/36282)). ## Deprecations From 4215d20b2516f81b5865a75ee2524c7d8e839cec Mon Sep 17 00:00:00 2001 From: Danny Mccormick Date: Thu, 25 Sep 2025 16:16:30 -0400 Subject: [PATCH 2/2] fix --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f32734259ba2..fff7e3e89b42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -83,7 +83,7 @@ * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). * (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)). This may break update compatibility if you don't provide a `--transform_name_mapping`. -* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from IcebergIO ([#36282](https://github.com/apache/beam/pull/36282)). +* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from IcebergIO ([#36282](https://github.com/apache/beam/issues/36282)). ## Deprecations