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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to