Skip to content

feat: move some core path handling to use URLs #3447

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented May 18, 2025

Description

Delta Kernel uses Urls as means of handling file paths. In delta-rs we so par have focussed on object stores Paths which also comes with limitiations.

In this PR (this time really the last one before checkpoints :D) we move a significant portion of the path handling to use Urls or at paths relative to the object store root. This also allows us to leverage url parsing into typed log files from kernel.

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label May 18, 2025
@roeap roeap requested a review from wjones127 as a code owner May 18, 2025 15:20
@github-actions github-actions bot added the binding/python Issues for the Python package label May 18, 2025
@rtyler rtyler added this to the Rust v1.0.0 milestone May 20, 2025
@rtyler
Copy link
Member

rtyler commented May 20, 2025

@roeap does this need to be closed or rebased after the LogStore change landed?

@roeap
Copy link
Collaborator Author

roeap commented May 20, 2025

@rtyler - I'll just re-do it ... rebasing would likely be too painful 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants