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(python, rust): use url encoder when encoding partition values #2705

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

ion-elgreco
Copy link
Collaborator

Description

First parse in path and then encode, otherwise Path::from does double encoding if you do it reversed.

Related Issue(s)

@ion-elgreco ion-elgreco enabled auto-merge (squash) July 25, 2024 17:55
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jul 25, 2024
@ion-elgreco ion-elgreco changed the title fix: use url encoder for serialize_encoded fix(python, rust): use url encoder for serialize_encoded for partition values Jul 25, 2024
@ion-elgreco ion-elgreco changed the title fix(python, rust): use url encoder for serialize_encoded for partition values fix(python, rust): use url encoder when encoding partition values Jul 25, 2024
@ion-elgreco ion-elgreco merged commit 384d898 into delta-io:main Jul 25, 2024
22 checks passed
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.

Rust writer not encoding correct URL for partitions in delta table
2 participants