szetszwo commented on code in PR #9552:
URL: https://github.com/apache/ozone/pull/9552#discussion_r2673333053
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBBatchOperation.java:
##########
@@ -135,16 +136,26 @@ public void close() {
}
}
- private abstract static class Op implements Closeable {
+ private abstract static class SingleKeyOp extends Op {
Review Comment:
> Move SingleKeyOp to below Op.
@swamirishi , have you seen this comment? You are generating unnecessarily
long diff which makes the review harder. I am stopping my review here.
```diff
- private abstract static class Op implements Closeable {
...
+ private abstract static class Op implements Closeable {
```
--
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]