tanvipenumudy commented on code in PR #5115:
URL: https://github.com/apache/ozone/pull/5115#discussion_r1277273647
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmSnapshot.java:
##########
@@ -141,6 +142,31 @@ public List<OmKeyInfo> listKeys(String vname, String bname,
.collect(Collectors.toList());
}
+ @Override
+ public List<BasicOmKeyInfo> listKeysLight(String volName,
Review Comment:
Made the required changes, thank you!
--
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]