ahmedabu98 commented on code in PR #33332:
URL: https://github.com/apache/beam/pull/33332#discussion_r1898586189
##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -45,6 +45,7 @@ dependencies {
implementation library.java.vendored_guava_32_1_2_jre
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation project(path: ":model:pipeline", configuration: "shadow")
+ implementation library.java.avro
Review Comment:
hmm that's interesting, I checked out the PR and ran `./gradlew
:sdks:java:io:iceberg:analyzeClassesDependencies` and got the same error. I
don't see any lines in this change that introduce Avro library.
Anyways, I think there's no harm in including it. will merge this
--
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]