sumitagrawl commented on code in PR #4029:
URL: https://github.com/apache/ozone/pull/4029#discussion_r1068949370
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStoreIterator.java:
##########
@@ -52,6 +53,16 @@ public RDBStoreIterator(ManagedRocksIterator iterator,
RDBTable table) {
this(iterator, table, null);
}
+ public RDBStoreIterator(
+ ManagedRocksIterator iterator, RWBatchOperation rwBatch,
+ RDBTable table) throws IOException {
Review Comment:
Updated...
--
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]