[
https://issues.apache.org/jira/browse/SENTRY-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085306#comment-16085306
]
Hadoop QA commented on SENTRY-1835:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12877016/SENTRY-1835.001.patch
against master.
{color:green}Overall:{color} +1 all checks pass
{color:green}SUCCESS:{color} all tests passed
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/3025/console
This message is automatically generated.
> 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)