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

external_storage: Local.URI always return abs path #48452

Closed
YuJuncen opened this issue Nov 9, 2023 · 0 comments · Fixed by #48453
Closed

external_storage: Local.URI always return abs path #48452

YuJuncen opened this issue Nov 9, 2023 · 0 comments · Fixed by #48453
Labels
affects-6.5 affects-7.1 affects-7.5 component/br This issue is related to BR of TiDB. severity/minor type/bug This issue is a bug.

Comments

@YuJuncen
Copy link
Contributor

YuJuncen commented Nov 9, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Parse file://foo/bar to external storage, and format it back via URI call.

2. What did you expect to see? (Required)

It returns file://foo/bar.

3. What did you see instead (Required)

It returns file:///foo/bar.

4. What is your TiDB version? (Required)

Current master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 affects-7.5 component/br This issue is related to BR of TiDB. severity/minor type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants