swamirishi commented on code in PR #9360:
URL: https://github.com/apache/ozone/pull/9360#discussion_r2559945805


##########
hadoop-hdds/framework/src/test/java/org/apache/hadoop/hdds/utils/db/InMemoryTestTable.java:
##########
@@ -97,7 +97,7 @@ public void deleteRangeWithBatch(BatchOperation batch, KEY 
beginKey, KEY endKey)
 
   @Override
   public void deleteRange(KEY beginKey, KEY endKey) {
-    throw new UnsupportedOperationException();
+    map.subMap(beginKey, endKey).clear();

Review Comment:
   yeah this sneaked in by mistake let me make remove this



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