steveloughran commented on a change in pull request #768: HADOOP-16269. ABFS: 
add listFileStatus with StartFrom.
URL: https://github.com/apache/hadoop/pull/768#discussion_r278997891
 
 

 ##########
 File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java
 ##########
 @@ -583,6 +620,69 @@ public FileStatus getFileStatus(final Path path) throws 
IOException {
     return fileStatuses.toArray(new FileStatus[fileStatuses.size()]);
   }
 
+  // generate continuation token for xns account
+  private String generateContinuationTokenForXns(final String firstEntryName) {
+    if (firstEntryName == null || firstEntryName.isEmpty() || 
firstEntryName.startsWith(AbfsHttpConstants.ROOT_PATH)) {
 
 Review comment:
   generally done in Preconditions.checkArgument() through the code these days

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