dant3 commented on code in PR #6648:
URL: https://github.com/apache/ignite-3/pull/6648#discussion_r2378361042
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/AlterColumnEntry.java:
##########
@@ -79,20 +82,31 @@ public CatalogEventParameters createEventParameters(long
causalityToken, int cat
return new AlterColumnEventParameters(causalityToken, catalogVersion,
tableId, column);
}
+ @Override
+ public Builder newTableDescriptor(CatalogTableDescriptor table,
HybridTimestamp timestamp) {
Review Comment:
There is a javadoc on an interface method.
--
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]