sashapolo commented on code in PR #7293:
URL: https://github.com/apache/ignite-3/pull/7293#discussion_r2643408070


##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/BaseMvPartitionStorageTest.java:
##########
@@ -44,6 +44,8 @@ public abstract class BaseMvPartitionStorageTest extends 
BaseMvStoragesTest {
 
     protected static final BinaryRow TABLE_ROW2 = binaryRow(KEY, new 
TestValue(30, "bar"));
 
+    protected static final BinaryRow TABLE_ROW3 = binaryRow(KEY, new 
TestValue(40, "baz"));

Review Comment:
   I'm not sure we need a static variable for this, but it's up to you



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