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

[WIP][Pinot TSDB] Add Delta of Delta Compression #15258

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

deemoliu
Copy link
Contributor

Instructions:

  1. The PR has to be tagged with at least one of the following labels (*):
    1. feature
  2. TODO: description, unit tests, and VLE encoding for deltas

@deemoliu deemoliu changed the title [Draft][Pinot TSDB] Add Delta of Delta Compression [WIP][Pinot TSDB] Add Delta of Delta Compression Mar 12, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (59551e4) to head (588b3d2).
Report is 1837 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff               @@
##             master    #15258       +/-   ##
==============================================
+ Coverage     61.75%   100.00%   +38.24%     
+ Complexity      207         6      -201     
==============================================
  Files          2436         3     -2433     
  Lines        133233         6   -133227     
  Branches      20636         0    -20636     
==============================================
- Hits          82274         6    -82268     
+ Misses        44911         0    -44911     
+ Partials       6048         0     -6048     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 100.00% <ø> (+38.29%) ⬆️
java-21 100.00% <ø> (+38.37%) ⬆️
skip-bytebuffers-false 100.00% <ø> (+38.25%) ⬆️
skip-bytebuffers-true 100.00% <ø> (+72.27%) ⬆️
temurin 100.00% <ø> (+38.24%) ⬆️
unittests ?
unittests1 ?
unittests2 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -135,5 +135,10 @@
<groupId>com.yscope.clp</groupId>
<artifactId>clp-ffi</artifactId>
</dependency>
<dependency>
<groupId>fi.iki.yak</groupId>
Copy link
Contributor Author

@deemoliu deemoliu Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self review: this lib is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants