forked from delta-io/delta-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rust): Trim trailing backslash in url storage options (delta-io#2656
) This trims trailing backslash if present in a storage option's value if it's key ends with `_URL` (e.g. HOST_URL) or if the value itself seems to be a url (i.e. if it contains `://`). This also adds supporting test for this fix.
- Loading branch information
1 parent
c446b12
commit 99a346a
Showing
1 changed file
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters