aryangupta1998 commented on code in PR #9423:
URL: https://github.com/apache/ozone/pull/9423#discussion_r2591946547


##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/key/TestOMDirectoriesPurgeRequestAndResponse.java:
##########
@@ -195,9 +195,19 @@ private OMRequest createPurgeKeysRequest(String 
fromSnapshot, String purgeDelete
   private PurgePathRequest wrapPurgeRequest(
       final long volumeId, final long bucketId, final String purgeDeletedDir,
       final List<OmKeyInfo> purgeDeletedFiles, final List<OmKeyInfo> 
markDirsAsDeleted) {
+    return wrapPurgeRequest(

Review Comment:
   Two helper functions don't require ranges, and my added tests require a 
range parameter, which is why it's needed.



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