rakeshadr commented on a change in pull request #814: HDDS-3286.
BasicOzoneFileSystem support batchDelete and batchRename.
URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r407598506
##########
File path:
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/key/TestOMKeyRenameRequest.java
##########
@@ -327,11 +331,13 @@ private OMRequest doPreExecute(OMRequest
originalOmRequest) throws Exception {
* @return OMRequest
*/
private OMRequest createRenameKeyRequest(String toKeyName) {
- KeyArgs keyArgs = KeyArgs.newBuilder().setKeyName(keyName)
+ Map<String, String> renameKeyMap = new HashMap<>();
Review comment:
General comment for both `delete and rename `batch apis.
Please add some test cases with `all, partial, no success` behaviors. Thanks!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]