ahmedabu98 commented on code in PR #31451:
URL: https://github.com/apache/beam/pull/31451#discussion_r1621341165
##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -57,8 +57,8 @@ dependencies {
testImplementation library.java.hadoop_client
testImplementation library.java.bigdataoss_gcsio
- testImplementation
"com.google.cloud.bigdataoss:gcs-connector:hadoop2-2.2.16"
- testImplementation "com.google.cloud.bigdataoss:util-hadoop:hadoop2-2.2.16"
+ testImplementation library.java.bigdataoss_gcs_connector
+ testImplementation library.java.bigdataoss_util_hadoop
Review Comment:
~There's a slight difference in the dependencies though. This essentially
changes the dependencies from `com.google.cloud.bigdataoss:...:hadoop2-2.2.16`
to `com.google.cloud.bigdataoss:...:2.2.16`~
~Noting that the latter didn't work with me when I was writing integration
tests~
Aaah sorry, I missed that you added the hadoop2- prefix!
--
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]