-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update codecs to Apache Lucene 9.12.0 #198
Conversation
Signed-off-by: Andriy Redko <[email protected]>
Thanks @reta for raising this. Would you please look into BWC tests that are failing. Looks to be a compile time issue. |
Thanks for looking @sarthakaggarwal97 , I am off today but will get to it tomorrow , thanks! |
src/main/java/org/opensearch/index/codec/customcodecs/CustomCodecPlugin.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/index/codec/customcodecs/ZstdNoDictCompressionMode.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/index/codec/customcodecs/Lucene912QatStoredFieldsFormat.java
Show resolved
Hide resolved
Signed-off-by: Andriy Redko <[email protected]>
Apologies, posted my comment on the backport PR. Please take a look: #199 (comment) |
No worries, updated both PRs, thanks @sarthakaggarwal97 ! |
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
@sarthakaggarwal97 mind please approving this one as well? thank you! |
Thanks @reta for taking this up! |
Description
Update codecs to Apache Lucene 9.12.0
Related Issues
Closes #197
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.