You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2016/10/28 23:39:59 UTC

[jira] [Updated] (SENTRY-1513) Avoid two splits in PathsUpdate.java

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

Sravya Tirukkovalur updated SENTRY-1513:
----------------------------------------
    Labels: newbie  (was: )

> Avoid two splits in PathsUpdate.java
> ------------------------------------
>
>                 Key: SENTRY-1513
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1513
>             Project: Sentry
>          Issue Type: Improvement
>            Reporter: Sravya Tirukkovalur
>            Priority: Trivial
>              Labels: newbie
>
> {code}
> if(uriPath.split("^/").length < 2) {
> 	          throw new SentryMalformedPathException("Path part of uri does not seem right, was expecting a non empty path" +
> 	                  ": path = " + uriPath + ", uri=" + uri);
> 	        }
> 	        return Lists.newArrayList(uriPath.split("^/")[1].split("/"));
> {code}
> Also, correct the spelling in the same file
> URIs with non hdfs *schemee* will just be ignore



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)