praveennish commented on a change in pull request #439: URL: https://github.com/apache/lucene/pull/439#discussion_r780170794
########## File path: lucene/codecs/build.gradle ########## @@ -20,6 +20,9 @@ apply plugin: 'java-library' description = 'Lucene codecs and postings formats' dependencies { + + implementation project(':lucene:core') moduleImplementation project(':lucene:core') + moduleImplementation 'com.github.luben:zstd-jni:1.5.0-4' Review comment: Hi Tobias, I have tested 1.5.0-X and the data looks to be very promising with the current version. I have not tested 1.5.1-X JNI version but https://github.com/facebook/zstd/releases/tag/v1.5.1 looks good and can be picked up in the future since Zstd is very dynamic and we may see a lot of improvements over the current version! Thanks!! -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org