[2.10] Fix Numeric Tree Balance - [MOD-8081, MOD-8082]#5199
Merged
Conversation
* add a failing test * fix maxDepth calculation (balance logic) * fix parent range depth logic * improve test and remove a print * fix test * comment fixes * tidy up * simplified test and address CR * code cleanup and address CR (cherry picked from commit 5884687)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.10 #5199 +/- ##
==========================================
- Coverage 86.43% 86.43% -0.01%
==========================================
Files 192 192
Lines 34121 34118 -3
==========================================
- Hits 29493 29489 -4
- Misses 4628 4629 +1 ☔ View full report in Codecov by Sentry. |
alonre24
approved these changes
Nov 12, 2024
raz-mon
added a commit
that referenced
this pull request
Jan 31, 2025
This reverts commit 325a318. Revert "[2.10] Fix Numeric Tree Balance - [MOD-8081, MOD-8082] (#5199)" This reverts commit 4645bc6. Revert "[2.10] Performance improvement in indexBulkFields - [MOD-8093] (#5191)" This reverts commit 5aa00b0. Revert "[2.10] Add VecSim related metrics - [MOD-7967] (#5169)" This reverts commit 242f314.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #5185 to
2.10.