bgaborg commented on a change in pull request #1646: HADOOP-15430. hadoop fs 
-mkdir -p path-ending-with-slash/ fails with s3guard
URL: https://github.com/apache/hadoop/pull/1646#discussion_r349145383
 
 

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/AbstractS3GuardToolTestBase.java
 ##########
 @@ -231,7 +231,7 @@ protected void createFile(Path path, boolean onS3, boolean 
onMetadataStore)
       ContractTestUtils.touch(fs, path);
     } else if (onMetadataStore) {
       S3AFileStatus status = new S3AFileStatus(100L, 
System.currentTimeMillis(),
-          fs.qualify(path), 512L, "hdfs", null, null);
 
 Review comment:
   we do we need to change this? to remember in the future that we changed?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to