steveloughran 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_r388520916
##########
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:
ok I will fix that tomorrow. Any other comments? Or are you happy with the
patch? Because we cannot ship 3.3.0 with something in FileSystem declaring
itself as stable...
----------------------------------------------------------------
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]