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


##########
modules/storage-api/src/test/java/org/apache/ignite/internal/storage/AbstractMvPartitionStorageTest.java:
##########
@@ -119,45 +119,48 @@ protected BinaryRow abortWrite(RowId rowId) {
         return storage.runConsistently(() -> storage.abortWrite(rowId));
     }
 
+    /**
+     * Returns a partition id that should be used to create a partition 
instance.
+     */
+    protected int partitionId() {

Review Comment:
   They are not for override, but rather for being used in subclasses



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