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

Skips chunking if chunk_size is set to NULL #331

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Skips chunking if chunk_size is set to NULL #331

merged 2 commits into from
Aug 15, 2024

Conversation

goergen95
Copy link
Member

Closes #328

@goergen95 goergen95 changed the title Chunking Skips chunking if chunk_size is set to NULL Aug 15, 2024
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.75%. Comparing base (f96ea5e) to head (e5993cd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   86.74%   86.75%           
=======================================
  Files          54       54           
  Lines        2422     2423    +1     
=======================================
+ Hits         2101     2102    +1     
  Misses        321      321           

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

@goergen95 goergen95 merged commit 5b8c892 into main Aug 15, 2024
10 checks passed
@goergen95 goergen95 deleted the chunking branch August 15, 2024 19:10
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.

Allow to disable chunking when chunk_size = NULL
1 participant