tkalkirill commented on code in PR #2493:
URL: https://github.com/apache/ignite-3/pull/2493#discussion_r1305332527


##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerValidationTest.java:
##########
@@ -685,4 +854,17 @@ private static AlterZoneParams alterZoneParams(@Nullable 
Integer autoAdjust, @Nu
                 .dataNodesAutoAdjustScaleDown(scaleDown)
                 .build();
     }
+
+    private CreateTableParams simpleTableParamsWithoutPrimaryKeys(@Nullable 
List<String> primaryKeys) {
+        return createTableParams(TABLE_NAME, List.of(columnParams("key", 
INT32), columnParams("val", INT64)), primaryKeys, null);
+    }
+
+    private CreateTableParams 
simpleTableParamsWithoutColocationColumns(@Nullable List<String> 
colocationColumns) {

Review Comment:
   fix it



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