bgaborg commented on a change in pull request #1123: HADOOP-16380 S3Guard to
determine empty directory status for all non-root directories
URL: https://github.com/apache/hadoop/pull/1123#discussion_r305809514
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
##########
@@ -2623,7 +2609,8 @@ S3AFileStatus innerGetFileStatus(final Path f,
// Check MetadataStore, if any.
PathMetadata pm = null;
if (hasMetadataStore()) {
- pm = S3Guard.getWithTtl(metadataStore, path, ttlTimeProvider);
+ pm = S3Guard.getWithTtl(metadataStore, path, ttlTimeProvider,
+ needEmptyDirectoryFlag);
Review comment:
Good that you found this and before shipping it to a customer.
----------------------------------------------------------------
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]