-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix IndexOutOfBoundsException when running include/exclude with non-existent prefix term #19637
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
base: main
Are you sure you want to change the base?
Fix IndexOutOfBoundsException when running include/exclude with non-existent prefix term #19637
Conversation
@msfroh could you take a look since you added this optimization |
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
e90ffb1
to
7f1e867
Compare
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.
Thanks for fixing this!
❌ Gradle check result for 7f1e867: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19637 +/- ##
============================================
- Coverage 73.11% 72.99% -0.12%
+ Complexity 70661 70638 -23
============================================
Files 5724 5725 +1
Lines 323498 323739 +241
Branches 46852 46882 +30
============================================
- Hits 236518 236326 -192
- Misses 67846 68330 +484
+ Partials 19134 19083 -51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Since this feature was released in 3.0.0, should backport to 3.1, 3.2, 3.3? |
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
|
❌ Gradle check result for e160c63: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
As described in #19636, we check the bounds of the ordinal before we seek
Related Issues
Resolves #19636
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.