-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Fix from and size parameter can be negative when searching (#13047) #13361
[Backport 2.x] Fix from and size parameter can be negative when searching (#13047) #13361
Conversation
…h-project#13047) * Fix from and size parameter can be negative when searching Signed-off-by: Gao Binlong <[email protected]> * Add changelog Signed-off-by: Gao Binlong <[email protected]> * fix test failure Signed-off-by: Gao Binlong <[email protected]> * Fix test failure Signed-off-by: Gao Binlong <[email protected]> * Optimize the code Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit ab7e914)
Signed-off-by: Gao Binlong <[email protected]>
❌ Gradle check result for 4c0e38a: 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? |
❌ Gradle check result for 772d6dd: 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? |
Signed-off-by: Gao Binlong <[email protected]>
❌ Gradle check result for 2209280: 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? |
No test failures found, hi @dblock , could you help to review this PR, thank you! |
This needs a rebase. |
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.
Looks good. The bcw test failure needs a rebase, please? I know it's annoying, but those can be real bugs, so we don't want to get in the habit of merging things without a passing build even if we 100% believe this is a flake or something already fixed.
❌ Gradle check result for ca4a90f: 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? |
There's an issue tracking the failed test in |
❕ Gradle check result for b9a8ce5: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13361 +/- ##
============================================
- Coverage 71.28% 71.09% -0.19%
- Complexity 60145 60687 +542
============================================
Files 4957 5011 +54
Lines 282799 285873 +3074
Branches 41409 41781 +372
============================================
+ Hits 201591 203255 +1664
- Misses 64189 65525 +1336
- Partials 17019 17093 +74 ☔ View full report in Codecov by Sentry. |
Description
Backport #13047 to 2.x.
Related Issues
#11290
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.