[ 
https://issues.apache.org/jira/browse/HADOOP-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Binglin Chang updated HADOOP-9897:
----------------------------------

    Attachment: HADOOP-9897.v6.patch

Really sorry for that, attach new patch.

> Add method to get path start position without drive specifier in 
> o.a.h.fs.Path  
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-9897
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9897
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 3.0.0, 2.2.0
>            Reporter: Binglin Chang
>            Assignee: Binglin Chang
>            Priority: Trivial
>         Attachments: HADOOP-9897.v1.patch, HADOOP-9897.v2.patch, 
> HADOOP-9897.v2.patch, HADOOP-9897.v3.patch, HADOOP-9897.v4.patch, 
> HADOOP-9897.v5.patch, HADOOP-9897.v6.patch
>
>
> There are a lot of code in Path to get start position after skipping drive 
> specifier, like:
> {code}
>     int start = hasWindowsDrive(uri.getPath()) ? 3 : 0;
> {code}
> Also there is a minor bug in mergePaths:
> mergePath("/", "/foo") will yield Path("//foo") which will be parsed as uri 
> authority, not path.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to