adamantal commented on a change in pull request #568: HADOOP-15691 Add
PathCapabilities to FS and FC to complement StreamCapabilities
URL: https://github.com/apache/hadoop/pull/568#discussion_r295723566
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java
##########
@@ -1362,4 +1364,24 @@ public boolean equals(Object other) {
new CompletableFuture<>(), () -> open(path, bufferSize));
}
+ /**
+ * Return the base capabilities of the filesystems
+ * may override to declare different behavior.
Review comment:
Are these two sentences?
----------------------------------------------------------------
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]