You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Ryan P (JIRA)" <ji...@apache.org> on 2016/01/08 00:22:40 UTC

[jira] [Created] (SENTRY-1002) PathsUpdate.parsePath(path) will throw an NPE when parsing relative paths

Ryan P created SENTRY-1002:
------------------------------

             Summary: PathsUpdate.parsePath(path) will throw an NPE when parsing relative paths
                 Key: SENTRY-1002
                 URL: https://issues.apache.org/jira/browse/SENTRY-1002
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 1.6.0
            Reporter: Ryan P


There a few edge cases where Paths update may be passed a path which lacks a URI Scheme. 

i.e 

/user/hive/warehouse 

In this situation PathsUpdate will throw an uncaught NPE at the Precondition check. 

Since we only support HDFS anyway I suggest we silently ignore these relative paths.





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