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

chore: refactor some of the writebuilder preconditions into the appropriate function #3022

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Nov 23, 2024

This change also refactors the check_preconditions function itself to be a bit less redundant and even includes some unit tests! Holy smokes!

I'm going to stand up a few pull requests as I work through this refactor incrementally

Related to work on #2968

@rtyler rtyler added this to the v0.22 milestone Nov 23, 2024
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Nov 23, 2024
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

Attention: Patch coverage is 80.66667% with 29 lines in your changes missing coverage. Please review.

Project coverage is 72.68%. Comparing base (d82b9b3) to head (c85a390).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/operations/write.rs 80.66% 3 Missing and 26 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3022      +/-   ##
==========================================
+ Coverage   72.65%   72.68%   +0.03%     
==========================================
  Files         128      128              
  Lines       41199    41318     +119     
  Branches    41199    41318     +119     
==========================================
+ Hits        29932    30033     +101     
+ Misses       9350     9340      -10     
- Partials     1917     1945      +28     

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


🚨 Try these New Features:

@rtyler rtyler marked this pull request as ready for review November 23, 2024 17:07
@rtyler rtyler enabled auto-merge November 23, 2024 17:27
…priate function

This change also refactors the check_preconditions function itself to be
a bit less redundant and even includes some unit tests! Holy smokes!

Signed-off-by: R. Tyler Croy <[email protected]>
@rtyler rtyler force-pushed the fix/writebuilder-memory-2968 branch from d1641f2 to c85a390 Compare November 23, 2024 21:34
@rtyler rtyler added this pull request to the merge queue Nov 24, 2024
Merged via the queue into delta-io:main with commit c623644 Nov 24, 2024
21 checks passed
@rtyler rtyler deleted the fix/writebuilder-memory-2968 branch November 24, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants