Skip to content
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

Merged
merged 3 commits into from
Jan 22, 2025

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Jan 16, 2025

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

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.
Copy link

@gayyappan, @fabriziomello: please review this pull request.

Powered by pull-review

@github-actions github-actions bot requested a review from gayyappan January 16, 2025 14:49
@@ -0,0 +1,184 @@

Copy link
Member Author

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.

@akuzm akuzm enabled auto-merge (squash) January 22, 2025 10:14
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 88.28829% with 13 lines in your changes missing coverage. Please review.

Project coverage is 82.31%. Comparing base (59f50f2) to head (d9d0fa7).
Report is 705 commits behind head on main.

Files with missing lines Patch % Lines
...sl/src/compression/batch_metadata_builder_minmax.c 90.69% 2 Missing and 6 partials ⚠️
tsl/test/src/compression_unit_test.c 69.23% 0 Missing and 4 partials ⚠️
tsl/src/compression/compression.c 91.66% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@akuzm akuzm merged commit f3df13a into timescale:main Jan 22, 2025
47 of 48 checks passed
@akuzm akuzm deleted the metadata-builder branch January 22, 2025 13:30
svenklemm pushed a commit to pallavisontakke/timescaledb that referenced this pull request Jan 23, 2025
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants