tilgalas commented on code in PR #30638:
URL: https://github.com/apache/beam/pull/30638#discussion_r1526704038


##########
sdks/java/extensions/avro/build.gradle:
##########
@@ -72,6 +72,7 @@ dependencies {
   }
   testImplementation library.java.avro_tests
   testImplementation library.java.junit
+  testImplementation "org.tukaani:xz:1.9" // marked as optional in avro

Review Comment:
   so `AvroSourceTest` will fail with `java.lang.NoClassDefFoundError: 
org/tukaani/xz/FilterOptions` - the test is testing (among others) compression 
with the `XZCodec` and this requires the `org.tukaani:xz` dependency to be on 
the classpath - in the previous avro version this was pulled in transitively, 
but later it became an optional dependency that you need to add to your 
classpath explicilty yourself



-- 
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