denis-chudov commented on code in PR #2980:
URL: https://github.com/apache/ignite-3/pull/2980#discussion_r1432400969


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogTableDescriptor.java:
##########
@@ -74,7 +78,8 @@ public CatalogTableDescriptor(
             List<CatalogTableColumnDescriptor> columns,
             List<String> pkCols,
             @Nullable List<String> colocationCols,
-            long causalityToken
+            long causalityToken,
+            long creationToken

Review Comment:
   please add these parameters to javadoc



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