apilloud commented on code in PR #24093:
URL: https://github.com/apache/beam/pull/24093#discussion_r1019563749
##########
sdks/java/core/build.gradle:
##########
@@ -95,6 +95,7 @@ dependencies {
provided library.java.hamcrest
provided 'io.airlift:aircompressor:0.18'
provided 'com.facebook.presto.hadoop:hadoop-apache2:3.2.0-1'
+ provided library.java.zstd_jni
Review Comment:
There might be objections to adding zstd_jni as a dependency to core, but
this is `provided` which I believe means optional.
cc: @kileys @lukecwik
--
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]