chaokunyang commented on code in PR #2042:
URL: https://github.com/apache/fury/pull/2042#discussion_r1945959320
##########
java/fury-core/pom.xml:
##########
@@ -58,6 +58,10 @@
<artifactId>slf4j-api</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>com.github.luben</groupId>
+ <artifactId>zstd-jni</artifactId>
+ </dependency>
Review Comment:
Yes, d1a2930 is OK. Could you remove `zstd-jni` from fury-core module, it's
used in fury-extensions
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]