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: allow special characters in storage prefix #1311

Merged
merged 2 commits into from
Apr 30, 2023

Conversation

wjones127
Copy link
Collaborator

Description

Continues work in #1274. Adds tests, and handles characters besides spaces.

Related Issue(s)

Documentation

@github-actions github-actions bot added binding/rust Issues for the Rust crate rust labels Apr 27, 2023
@wjones127 wjones127 changed the title Fix double encoding of spaces in storage prefix fix: allow special characters in storage prefix Apr 27, 2023
@wjones127 wjones127 marked this pull request as ready for review April 27, 2023 03:26
mrjoe7 and others added 2 commits April 30, 2023 10:26
When storage was built from URL "file:///data/dir with spaces" all files were created in a directory named "/data/dir%2520with%2520spaces".
Name of directory was not only incorrect, but also was causing errors on some filesystems.
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 rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to read delta table on mounted disk
3 participants