ahmedabu98 commented on code in PR #38500:
URL: https://github.com/apache/beam/pull/38500#discussion_r3242915689


##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -117,6 +117,14 @@ 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

Review Comment:
   Ran a local pipeline to check and you're right, we need to add it to 
expansion service as well



##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -117,6 +117,14 @@ 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

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to