-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Optimizing get indices to segments map calculations for IndicesSegmentResponse (#14717) #15881
Conversation
…tResponse class Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Harsh Garg <[email protected]>
❌ Gradle check result for b2a66b7: 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? |
Was checking #14717 - optimizations/performance related changes should add up changelog. Basically any source code changes including refactoring should include a changelog. |
Signed-off-by: Harsh Garg <[email protected]>
❕ Gradle check result for 4ba4c28: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15881 +/- ##
============================================
- Coverage 71.81% 71.81% -0.01%
- Complexity 65052 65097 +45
============================================
Files 5305 5305
Lines 304143 304145 +2
Branches 44231 44230 -1
============================================
- Hits 218418 218414 -4
- Misses 67527 67567 +40
+ Partials 18198 18164 -34 ☔ View full report in Codecov by Sentry. |
Description
Manually backporting #14717 to 2.x.
Need to skip the changeLog as it wasn't added for the source PR.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.