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


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMvPartitionStorage.java:
##########
@@ -385,6 +509,7 @@ public Cursor<BinaryRow> scan(Predicate<BinaryRow> 
keyFilter, Timestamp timestam
         return scan(keyFilter, timestamp, null);
     }
 
+    //TODO Integrate write batch? Idk

Review Comment:
   I'll just remove it for now. This method isn't going to be used in its 
current form anyway



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