refactor: retract storage staging and expose destination resolution - #740
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #740 +/- ##
==========================================
+ Coverage 77.14% 77.18% +0.03%
==========================================
Files 486 486
Lines 69826 69772 -54
Branches 9681 9677 -4
==========================================
- Hits 53870 53851 -19
+ Misses 12501 12469 -32
+ Partials 3455 3452 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
cofin
force-pushed
the
refactor/storage-staging-retraction
branch
from
September 10, 2026 20:31
ca309be to
38ed0dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The storage staging API had no adapter implementations, and job lookup always returned
None. Remove those unsupported APIs and staging capability flags while preserving working Arrow transfers, returned job handles, and partition telemetry.Add
resolve_destination()to both storage pipelines. It returns an address and protocol for native object-store integrations, preserves direct remote URIs, resolves registered alias prefixes once, and applies backend path checks to local destinations. Update the storage reference and changelog.Validation: interpreted storage/driver tests, lint/type checks, Sphinx, and compiled resolver tests pass. Full interpreted coverage is running; the broader compiled unit suite has failures undergoing comparison with the base commit.