-
Notifications
You must be signed in to change notification settings - Fork 140
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
Adding filter type to filtering release configs #792
Adding filter type to filtering release configs #792
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #792 +/- ##
=========================================
Coverage 85.14% 85.14%
Complexity 1079 1079
=========================================
Files 151 151
Lines 4370 4370
Branches 390 390
=========================================
Hits 3721 3721
Misses 472 472
Partials 177 177 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@martin-gaievski can you fix the BWC test also which are failing. We need to now test upgrade from 2.7 to 3. |
@VijayanB will do a separate PR for BWC and 2.7, I'll rebase once that change is merged. |
Created PR #793 for bwc upgrade |
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
c65921a
9345dbb
to
c65921a
Compare
Signed-off-by: Martin Gaievski <gaievski@amazon.com> (cherry picked from commit e4cf3d4)
Description
Current release configs for filtering do not have filter type, this means they we're using default value SCRIPT that is for score scripting with exact k-NN search (docs on filtering test step). This is a gap in initial implementation, intended filter type is FILTER, it uses filtering logic based on Lucene implementation.
Issues Resolved
Identified during k-NN 2.6 release
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.