Skip to content

Conversation

@zachschuermann
Copy link
Member

previously, we were only checking protocol.ensure_read_supported() when we create a Scan, instead we should move it up earlier to Snapshot creation. this is useful so that we can fail earlier and generally as soon as we get a Protocol we should ensure read is supported instead of waiting for Scan creation. note this is useful for CDF too (as it relies on snapshots but separate scans)

@codecov
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.24%. Comparing base (5a133d3) to head (fe1735c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
- Coverage   80.25%   80.24%   -0.01%     
==========================================
  Files          61       61              
  Lines       13403    13402       -1     
  Branches    13403    13402       -1     
==========================================
- Hits        10756    10755       -1     
  Misses       2093     2093              
  Partials      554      554              

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


🚨 Try these New Features:

Copy link
Collaborator

@scovich scovich left a comment

Choose a reason for hiding this comment

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

Definitely a narrower waist, thanks.

@zachschuermann zachschuermann merged commit 602cc67 into delta-io:main Nov 21, 2024
21 checks passed
@zachschuermann zachschuermann deleted the snapshot-ensure-read-supported branch November 21, 2024 21:27
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.

3 participants