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
It would be nice to support local and relative paths without the file:// scheme prefix. They could be transformed into a fully qualified URI internally.
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered:
# Description
This PR contains some improvements and refactoring for handling storage
locations.
- Removes the `StorageLocation` struct (a left-over from previous clean
up)
- allows for creating tables using local file paths (including relative)
- persists options during serialization (this will not work for custom
storage backends, but still extends what the previous approach could do)
- adopts `PrefixObjectStore` from upstream crate in favour of
maintaining that logic here.
- run `cargo clippy --fix` on `/rust`
# Related Issue(s)
Closes#998
# Documentation
<!---
Share links to useful documentation
--->
# Description
This PR contains some improvements and refactoring for handling storage
locations.
- Removes the `StorageLocation` struct (a left-over from previous clean
up)
- allows for creating tables using local file paths (including relative)
- persists options during serialization (this will not work for custom
storage backends, but still extends what the previous approach could do)
- adopts `PrefixObjectStore` from upstream crate in favour of
maintaining that logic here.
- run `cargo clippy --fix` on `/rust`
# Related Issue(s)
Closesdelta-io#998
# Documentation
<!---
Share links to useful documentation
--->
Description
It would be nice to support local and relative paths without the
file://
scheme prefix. They could be transformed into a fully qualified URI internally.Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: