regadas commented on code in PR #33315:
URL: https://github.com/apache/beam/pull/33315#discussion_r1904711341
##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -65,6 +65,9 @@ dependencies {
testImplementation library.java.bigdataoss_gcsio
testImplementation library.java.bigdataoss_gcs_connector
testImplementation library.java.bigdataoss_util_hadoop
+ testImplementation "org.apache.parquet:parquet-avro:$parquet_version"
+ testImplementation "org.apache.parquet:parquet-common:$parquet_version"
+ testImplementation "org.apache.iceberg:iceberg-gcp:$iceberg_version"
Review Comment:
🤔 I think this one creeped in
--
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]