This is an automated email from the ASF dual-hosted git repository.
damccorm 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 432479c6f58 Fix PostCommit Java Hadoop Versions job (#36282)
432479c6f58 is described below
commit 432479c6f585b4cc6aeeddcc1d253ac523a02c95
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Sep 25 20:59:18 2025 +0400
Fix PostCommit Java Hadoop Versions job (#36282)
* Remove deprecated hadoop versions for iceberg
* Update changes
---
CHANGES.md | 1 +
sdks/java/io/iceberg/build.gradle | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 663d206f707..60705c27738 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -83,6 +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)
## Deprecations
diff --git a/sdks/java/io/iceberg/build.gradle
b/sdks/java/io/iceberg/build.gradle
index d9a8c5eefb4..42a624a4c5f 100644
--- a/sdks/java/io/iceberg/build.gradle
+++ b/sdks/java/io/iceberg/build.gradle
@@ -31,8 +31,6 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Iceberg"
ext.summary = "Integration with Iceberg data warehouses."
def hadoopVersions = [
- "2102": "2.10.2",
- "324": "3.2.4",
"336": "3.3.6",
"341": "3.4.1",
]