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 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. component/br This issue is related to BR of TiDB. severity/minor type/bug The issue is confirmed as 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.

@YuJuncen YuJuncen added type/bug The issue is confirmed as a bug. affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. severity/minor and removed affects-7.5 This bug affects the 7.5.x(LTS) versions. labels Nov 9, 2023
@jebter jebter added the component/br This issue is related to BR of TiDB. label Nov 9, 2023
ti-chi-bot bot pushed a commit that referenced this issue Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. component/br This issue is related to BR of TiDB. severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants