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

Change default for incomplete chunks to keep #367

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

michael-nml
Copy link
Collaborator

This commit changes the default for incomplete chunks in size based chunking to keep instead of the previous append. This behaviour is easier to understand in a scenario where data is accumulated over time and the last chunk may be recomputed when new data arrives.

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.99%. Comparing base (ed391d9) to head (c21824c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   79.02%   78.99%   -0.04%     
==========================================
  Files         110      110              
  Lines        8277     8273       -4     
  Branches     1494     1494              
==========================================
- Hits         6541     6535       -6     
- Misses       1389     1390       +1     
- Partials      347      348       +1     

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

@nnansters nnansters merged commit e6cc9b6 into main Feb 25, 2024
6 of 8 checks passed
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.

2 participants