You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Preserve percent-encoding in PartitionedFile paths during deserialization (#18346)
## Which issue does this PR close?
- Closes#18345
## Rationale for this change
## What changes are included in this PR?
This PR changes the implementation to use Path::parse(proto.path). As
per the object_store crate's documentation, Path::parse is the correct
method for constructing a Path from a raw, already-encoded string, as it
preserves the encoding.
## Are these changes tested?
Yes, with unit tests.
## Are there any user-facing changes?
No.
0 commit comments