-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix FieldInfo Parameters Mismatch #1490
Fix FieldInfo Parameters Mismatch #1490
Conversation
Signed-off-by: Naveen Tatikonda <[email protected]>
7ab0156
to
be8a1ba
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1490 +/- ##
============================================
- Coverage 85.02% 84.96% -0.06%
+ Complexity 1278 1277 -1
============================================
Files 167 167
Lines 5207 5207
Branches 493 493
============================================
- Hits 4427 4424 -3
- Misses 573 575 +2
- Partials 207 208 +1 ☔ View full report in Codecov by Sentry. |
We already have an issue created for Failing Rolling Upgrade Tests |
what is the lucene version with that change that has been adopted by core? |
From 9.9.2 to 9.10.0 https://github.com/opensearch-project/OpenSearch/pull/12392/files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
do we need to do routine for knn codec version bump? |
We can do it when the build fails |
c6ac3db
into
opensearch-project:main
Signed-off-by: Naveen Tatikonda <[email protected]> (cherry picked from commit c6ac3db)
Signed-off-by: Naveen Tatikonda <[email protected]> (cherry picked from commit c6ac3db) Co-authored-by: Naveen Tatikonda <[email protected]>
Description
Fix the breaking change coming from apache/lucene#12829 which is failing the build due to mismatch in FieldInfo parameters.
Check List
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.