You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/28 20:59:04 UTC

[GitHub] [hadoop] ThomasMarquardt commented on a change in pull request #823: HADOOP-16315. ABFS: transform full UPN for named user in AclStatus

ThomasMarquardt commented on a change in pull request #823: HADOOP-16315. ABFS: transform full UPN for named user in AclStatus
URL: https://github.com/apache/hadoop/pull/823#discussion_r288299571
 
 

 ##########
 File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsIdentityTransformer.java
 ##########
 @@ -262,6 +266,10 @@ public void transformAclEntriesForSetRequest() throws IOException {
     config.set(FS_AZURE_OVERRIDE_OWNER_SP, SERVICE_PRINCIPAL_ID);
     identityTransformer = getTransformerWithCustomizedIdentityConfig(config);
 
+    // make a copy
+    aclEntries = Lists.newArrayList(aclEntriesToBeTransformed);
 
 Review comment:
   L270 can be removed since the first copy was not modified.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org