-
Notifications
You must be signed in to change notification settings - Fork 900
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
Refactor batch segment metadata builder for bloom filters #7597
Conversation
We plan to implement bloom filter sparse indexes for compressed data, so the compressed batch metadata builder requires some cosmetic changes to support other types of metadata.
@gayyappan, @fabriziomello: please review this pull request.
|
@@ -0,0 +1,184 @@ | |||
|
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.
These files were just renamed, git doesn't detect it because there were also many renames inside.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7597 +/- ##
==========================================
+ Coverage 80.06% 82.31% +2.24%
==========================================
Files 190 238 +48
Lines 37181 44146 +6965
Branches 9450 11097 +1647
==========================================
+ Hits 29770 36338 +6568
- Misses 2997 3431 +434
+ Partials 4414 4377 -37 ☔ View full report in Codecov by Sentry. |
…7597) We plan to implement bloom filter sparse indexes for compressed data, so the compressed batch metadata builder requires some cosmetic changes to support other types of metadata.
We plan to implement bloom filter sparse indexes for compressed data, so the compressed batch metadata builder requires some cosmetic changes to support other types of metadata.
Disable-check: force-changelog-file