luoyuxia commented on PR #1509:
URL: https://github.com/apache/fluss/pull/1509#issuecomment-3195510712
Flink also provide the new method to only pass the changed element instead
of the whole catalog table.
void alterTable(ObjectPath tablePath, CatalogBaseTable newTable,
List<TableChange> tableChanges, boolean ignoreIfNotExists) throws
TableNotExistException, CatalogException {
this.alterTable(tablePath, newTable, ignoreIfNotExists);
}
Pass the whole catalog table is real hard to use.
--
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]