sunchao commented on a change in pull request #1869: HADOOP-16898. Batch 
listing of multiple directories to be an unstable interface
URL: https://github.com/apache/hadoop/pull/1869#discussion_r388522314
 
 

 ##########
 File path: 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonPathCapabilities.java
 ##########
 @@ -123,4 +125,10 @@ private CommonPathCapabilities() {
    */
   public static final String FS_XATTRS = "fs.capability.paths.xattrs";
 
+  /**
+   * Experimental support for {@link BatchListingOperations}.
+   */
+  @InterfaceStability.Unstable
+  public static final String FS_EXPERIMENTAL_BATCH_LISTING =
+      "fs.capability.experimental.batch.listing";
 
 Review comment:
   I think that's all the comments from me. Otherwise LGTM! 

----------------------------------------------------------------
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