luoyuxia commented on code in PR #1766:
URL: https://github.com/apache/fluss/pull/1766#discussion_r2385551411
##########
fluss-client/src/main/java/org/apache/fluss/client/admin/FlussAdmin.java:
##########
@@ -255,7 +255,7 @@ public CompletableFuture<Void> alterTable(
.setTablePath()
.setDatabaseName(tablePath.getDatabaseName())
.setTableName(tablePath.getTableName());
- return gateway.alterTableProperties(request).thenApply(r -> null);
+ return gateway.alterTable(request).thenApply(r -> null);
Review Comment:
update java doc of method `AdminGateway#alterTable`
Currently, it's `the request to alter the configs of a table.`
--
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]