pan3793 commented on code in PR #4989:
URL: https://github.com/apache/hadoop/pull/4989#discussion_r990813390


##########
hadoop-cloud-storage-project/hadoop-huaweicloud/src/main/java/org/apache/hadoop/fs/obs/OBSListing.java:
##########
@@ -453,7 +453,7 @@ private boolean buildNextStatusBatch(final ObjectListing 
objects) {
       }
 
       // prefixes: always directories
-      for (ObsObject prefix : objects.getExtenedCommonPrefixes()) {
+      for (ObsObject prefix : objects.getExtendCommonPrefixes()) {

Review Comment:
   the original method is deprecated, this change migrates it to the suggested 
alternative



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to