TaiJuWu commented on code in PR #9139:
URL: https://github.com/apache/ozone/pull/9139#discussion_r2423358149


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestListKeysWithFSO.java:
##########
@@ -611,7 +693,7 @@ private static List<String> getExpectedKeyList(String 
keyPrefix,
     return keys;
   }
 
-  private static List<String> getExpectedKeyList(String keyPrefix,
+  private static List<String> getExpectedKeyDeepList(String keyPrefix,

Review Comment:
   The underlying is `getExpectedKeyList(keyPrefix, startKey, legacyBucket, 
false)` the last parameter is `bool shallow` so I think the function rename to 
deep is more clear but it can be revert.



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