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

Fix bug in async Batch operator #652

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

viceroypenguin
Copy link
Owner

Fixes #651

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.59%. Comparing base (768f18c) to head (e20c1e9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #652      +/-   ##
==========================================
- Coverage   95.60%   95.59%   -0.02%     
==========================================
  Files         247      247              
  Lines        8805     8806       +1     
  Branches     1616     1616              
==========================================
  Hits         8418     8418              
- Misses        193      194       +1     
  Partials      194      194              

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

@viceroypenguin viceroypenguin merged commit d1186db into master Apr 16, 2024
3 of 4 checks passed
@viceroypenguin viceroypenguin deleted the async-batch-bugfix branch April 16, 2024 15:33
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.

Async version of Batch reuses same array for each batch
1 participant