tkalkirill commented on code in PR #2493:
URL: https://github.com/apache/ignite-3/pull/2493#discussion_r1305332215
##########
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) {
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]