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_r387297469
##########
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:
nit: with the key already marked as Unstable, is it necessary to also add
"experimental" in the key/value? thinking whether there will be any backward
compatibility issue if we decide to make this stable in future and change it to
something like `fs.capability.batch.listing`.
----------------------------------------------------------------
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]