You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/10/09 17:03:22 UTC

[GitHub] [hadoop] pan3793 commented on a diff in pull request #4989: [HDFS-16800] Upgrade Upgrade Huawei OBS client to 3.22.3.1

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 migrated 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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org