ibessonov commented on code in PR #960:
URL: https://github.com/apache/ignite-3/pull/960#discussion_r935317091


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMvPartitionStorage.java:
##########
@@ -627,10 +752,14 @@ public void forEach(BiConsumer<RowId, BinaryRow> 
consumer) {
 
     /**
      * Deletes partition data from the storage.
+     *
+     * @param writeBatch Write batch to add delete requests to.
      */
-    public void destroy() {
+    public void destroy(WriteBatch writeBatch) {

Review Comment:
   Sure



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

Reply via email to