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

Abacn 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 26c6ec7cb74 add todo (#38517)
26c6ec7cb74 is described below

commit 26c6ec7cb749d60455c9895aa1be49d5cf552a75
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Mon May 18 14:02:48 2026 -0400

    add todo (#38517)
---
 sdks/java/io/expansion-service/build.gradle | 6 ++----
 sdks/java/io/iceberg/build.gradle           | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sdks/java/io/expansion-service/build.gradle 
b/sdks/java/io/expansion-service/build.gradle
index 4683b4fd6f5..1045ad4aeed 100644
--- a/sdks/java/io/expansion-service/build.gradle
+++ b/sdks/java/io/expansion-service/build.gradle
@@ -59,10 +59,8 @@ configurations.runtimeClasspath {
   resolutionStrategy.force 'com.nimbusds:nimbus-jose-jwt:9.37.4'
 
   // [iceberg]
-  // bigdataoss:gcs-connector and parquet:parquet-hadoop have conflicts with 
global hadoop-common:3.4.2
-  // upgrading gcs-connector to 4.0.0 would be fine, because it uses 
hadoop-common 3.4.2
-  // but parquet-hadoop is still at 3.3.0
-  // so for now we need to pin hadoop to 3.3.6 until parquet-hadoop releases a 
version that uses hadoop 3.4.2+
+  // TODO(https://github.com/apache/beam/issues/38515):
+  //  Remove below pins when parquet-hadoop upgrades to hadoop-common:3.4.2
   resolutionStrategy.force 'org.apache.hadoop:hadoop-common:3.3.6'
   resolutionStrategy.force 'org.apache.hadoop:hadoop-client:3.3.6'
   resolutionStrategy.force 'org.apache.hadoop:hadoop-hdfs:3.3.6'
diff --git a/sdks/java/io/iceberg/build.gradle 
b/sdks/java/io/iceberg/build.gradle
index 2dae0335f9c..8142c5f5b90 100644
--- a/sdks/java/io/iceberg/build.gradle
+++ b/sdks/java/io/iceberg/build.gradle
@@ -118,10 +118,8 @@ dependencies {
 configurations.all {
   // iceberg-core needs avro:1.12.0
   resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
-  // bigdataoss:gcs-connector and parquet:parquet-hadoop have conflicts with 
global hadoop-common:3.4.2
-  // upgrading gcs-connector to 4.0.0 would be fine, because it uses 
hadoop-common 3.4.2
-  // but parquet-hadoop is still at 3.3.0
-  // so for now we need to pin hadoop to 3.3.6 until parquet-hadoop releases a 
version that uses hadoop 3.4.2+
+  // TODO(https://github.com/apache/beam/issues/38515):
+  //  Remove below pins when parquet-hadoop upgrades to hadoop-common:3.4.2
   resolutionStrategy.force 'org.apache.hadoop:hadoop-common:3.3.6'
   resolutionStrategy.force 'org.apache.hadoop:hadoop-client:3.3.6'
   resolutionStrategy.force 'org.apache.hadoop:hadoop-hdfs:3.3.6'

Reply via email to