File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -118,10 +118,8 @@ dependencies {
118118configurations. 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'
You can’t perform that action at this time.
0 commit comments