Skip to content

Commit 432479c

Browse files
authored
Fix PostCommit Java Hadoop Versions job (#36282)
* Remove deprecated hadoop versions for iceberg * Update changes
1 parent c3ef7f3 commit 432479c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
8484
* (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)).
8585
This may break update compatibility if you don't provide a `--transform_name_mapping`.
86+
* 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)
8687

8788
## Deprecations
8889

sdks/java/io/iceberg/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Iceberg"
3131
ext.summary = "Integration with Iceberg data warehouses."
3232

3333
def hadoopVersions = [
34-
"2102": "2.10.2",
35-
"324": "3.2.4",
3634
"336": "3.3.6",
3735
"341": "3.4.1",
3836
]

0 commit comments

Comments
 (0)