fix: handle bitmap index overflow by implementing a multibatch solution #3515#3784
Closed
HaochengLIU wants to merge 3 commits intolance-format:mainfrom
Closed
Conversation
Contributor
|
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
167e460 to
b6f43e3
Compare
bdffa2b to
f647e62
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3784 +/- ##
==========================================
- Coverage 78.58% 78.56% -0.02%
==========================================
Files 273 273
Lines 101936 102024 +88
Branches 101936 102024 +88
==========================================
+ Hits 80102 80154 +52
- Misses 18667 18703 +36
Partials 3167 3167
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Address github issue lance-format#3515
f647e62 to
96925d7
Compare
3468649 to
0a0f406
Compare
0a0f406 to
78e1943
Compare
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.
Fix bitmap index overflow by implementing a multibatch solution #3515