Skip to content

Commit 26c6ec7

Browse files
authored
add todo (#38517)
1 parent 2c4d2c6 commit 26c6ec7

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

sdks/java/io/expansion-service/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ configurations.runtimeClasspath {
5959
resolutionStrategy.force 'com.nimbusds:nimbus-jose-jwt:9.37.4'
6060

6161
// [iceberg]
62-
// bigdataoss:gcs-connector and parquet:parquet-hadoop have conflicts with global hadoop-common:3.4.2
63-
// upgrading gcs-connector to 4.0.0 would be fine, because it uses hadoop-common 3.4.2
64-
// but parquet-hadoop is still at 3.3.0
65-
// so for now we need to pin hadoop to 3.3.6 until parquet-hadoop releases a version that uses hadoop 3.4.2+
62+
// TODO(https://github.com/apache/beam/issues/38515):
63+
// Remove below pins when parquet-hadoop upgrades to hadoop-common:3.4.2
6664
resolutionStrategy.force 'org.apache.hadoop:hadoop-common:3.3.6'
6765
resolutionStrategy.force 'org.apache.hadoop:hadoop-client:3.3.6'
6866
resolutionStrategy.force 'org.apache.hadoop:hadoop-hdfs:3.3.6'

sdks/java/io/iceberg/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,8 @@ dependencies {
118118
configurations.all {
119119
// iceberg-core needs avro:1.12.0
120120
resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
121-
// bigdataoss:gcs-connector and parquet:parquet-hadoop have conflicts with global hadoop-common:3.4.2
122-
// upgrading gcs-connector to 4.0.0 would be fine, because it uses hadoop-common 3.4.2
123-
// but parquet-hadoop is still at 3.3.0
124-
// so for now we need to pin hadoop to 3.3.6 until parquet-hadoop releases a version that uses hadoop 3.4.2+
121+
// TODO(https://github.com/apache/beam/issues/38515):
122+
// Remove below pins when parquet-hadoop upgrades to hadoop-common:3.4.2
125123
resolutionStrategy.force 'org.apache.hadoop:hadoop-common:3.3.6'
126124
resolutionStrategy.force 'org.apache.hadoop:hadoop-client:3.3.6'
127125
resolutionStrategy.force 'org.apache.hadoop:hadoop-hdfs:3.3.6'

0 commit comments

Comments
 (0)