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


##########
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/PartitionMetaTest.java:
##########
@@ -37,7 +37,7 @@
 public class PartitionMetaTest {
     @Test
     void testTreeRootPageId() {
-        PartitionMeta meta = new PartitionMeta(null, 0, 0, 0);
+        PartitionMeta meta = new PartitionMeta(null, 0, 0, 0, 0, 0, 0);

Review Comment:
   This constructor starts looking ridiculous, maybe we should use some default 
constructor and only set fields that we need?



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