[
https://issues.apache.org/jira/browse/SENTRY-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated SENTRY-1835:
------------------------------------
Status: Patch Available (was: Open)
> Fix typo in SentryINodeAttributesProvider#getAclFeature
> -------------------------------------------------------
>
> Key: SENTRY-1835
> URL: https://issues.apache.org/jira/browse/SENTRY-1835
> Project: Sentry
> Issue Type: Improvement
> Components: Hdfs Plugin
> Reporter: Wei-Chiu Chuang
> Priority: Trivial
> Attachments: SENTRY-1835.001.patch
>
>
> Found a typo in debug message: "isPreifxed" --> "isPrefixed"
> {code}
> LOG.debug("### getAclEntry \n[" + (p == null ? "null" : p) + "] : ["
> + "isPreifxed=" + isPrefixed
> + ", isStale=" + isStale
> + ", hasAuthzObj=" + hasAuthzObj
> + ", origAuthzAsAcl=" + originalAuthzAsAcl + "]\n"
> + "[" + (aclMap == null ? "null" : aclMap) + "]\n");
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)